Skip to content

Commit c844669

Browse files
committed
Remove _dict prefix
1 parent a899f16 commit c844669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/BioDynaMo.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function(build_shared_library TARGET)
111111
# generate dictionary using rootcling reflex
112112
set(DICT_FILE "${CMAKE_CURRENT_BINARY_DIR}/lib${TARGET}_dict")
113113
set(BDM_DICT_FILE "${CMAKE_CURRENT_BINARY_DIR}/lib${TARGET}_bdm_dict.cc")
114-
set(module "${TARGET}_dict")
114+
set(module "${TARGET}")
115115
string(REPLACE "${CMAKE_SOURCE_DIR}/src/" "" ROOT_HEADERS "${ARG_HEADERS}")
116116

117117
# Since the location of the CMake files differ in the build and installation

0 commit comments

Comments
 (0)