Skip to content

Commit

Permalink
Add -modulemapfile flag
Browse files Browse the repository at this point in the history
  • Loading branch information
imorlxs committed Sep 17, 2024
1 parent 189438d commit 540bab0
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 @@ -118,7 +118,7 @@ function(build_shared_library TARGET)


if (runtime_cxxmodules)
set(CLING_MODULEMAP_FILES "$ENV{${CMAKE_BINARY_DIR}/include/module.modulemap}")
set(MODULEMAP "--moduleMapFile=${CMAKE_BINARY_DIR}/include/module.modulemap")
endif()

if (NOT ${TARGET} STREQUAL "biodynamo")
Expand Down

0 comments on commit 540bab0

Please sign in to comment.