Skip to content

Commit

Permalink
Remove _dict prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
imorlxs committed Aug 21, 2024
1 parent a899f16 commit c844669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/BioDynaMo.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function(build_shared_library TARGET)
# generate dictionary using rootcling reflex
set(DICT_FILE "${CMAKE_CURRENT_BINARY_DIR}/lib${TARGET}_dict")
set(BDM_DICT_FILE "${CMAKE_CURRENT_BINARY_DIR}/lib${TARGET}_bdm_dict.cc")
set(module "${TARGET}_dict")
set(module "${TARGET}")
string(REPLACE "${CMAKE_SOURCE_DIR}/src/" "" ROOT_HEADERS "${ARG_HEADERS}")

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

0 comments on commit c844669

Please sign in to comment.