Skip to content

Commit

Permalink
Fix wrong variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
imorlxs committed Dec 11, 2024
1 parent 301b75f commit 8c84c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/UseBioDynaMo.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ if(UNIX AND NOT APPLE)
endif()

set(BDM_OUT_OF_SOURCE true)
set(BDM_MODULES @runtime_cxxmodules@)
set(BDM_CXXMODULES @runtime_cxxmodules@)

if(real_t)
message(STATUS "BioDynaMo real_t set to: ${real_t}")
Expand Down

0 comments on commit 8c84c55

Please sign in to comment.