We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a899f16 commit c844669Copy full SHA for c844669
cmake/BioDynaMo.cmake
@@ -111,7 +111,7 @@ function(build_shared_library TARGET)
111
# generate dictionary using rootcling reflex
112
set(DICT_FILE "${CMAKE_CURRENT_BINARY_DIR}/lib${TARGET}_dict")
113
set(BDM_DICT_FILE "${CMAKE_CURRENT_BINARY_DIR}/lib${TARGET}_bdm_dict.cc")
114
- set(module "${TARGET}_dict")
+ set(module "${TARGET}")
115
string(REPLACE "${CMAKE_SOURCE_DIR}/src/" "" ROOT_HEADERS "${ARG_HEADERS}")
116
117
# Since the location of the CMake files differ in the build and installation
0 commit comments