Skip to content

Commit

Permalink
Update cmake/modules/mamico.cmake
Browse files Browse the repository at this point in the history
Co-authored-by: FG-TUM <[email protected]>
  • Loading branch information
amartyads and FG-TUM authored Sep 6, 2023
1 parent 40a87f3 commit 38bee22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/mamico.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
option(MAMICO_COUPLING "Couple with MaMiCo" OFF)
if (MAMICO_COUPLING)
message(STATUS "MaMiCo coupling enabled. mardyn will compile as library. No executable will be created.")
message(STATUS "MaMiCo coupling enabled. ls1 mardyn will compile as library. No executable will be created.")
set(MAMICO_COMPILE_DEFINITIONS MAMICO_COUPLING MDDim3)
set(MAMICO_SRC_DIR CACHE PATH "Root directory of the MaMiCo codebase")
if(NOT MAMICO_SRC_DIR)
Expand Down

0 comments on commit 38bee22

Please sign in to comment.