Skip to content

Commit

Permalink
oops teehee silly billy
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoPannetier committed Oct 27, 2023
1 parent 13147ca commit b74caac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/RScore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ add_library(RScore Species.cpp Cell.cpp Community.cpp FractalGenerator.cpp Genom

# pass config definitions to compiler
if(CMAKE_SYSTEM_NAME STREQUAL "Linux" OR CMAKE_SYSTEM_NAME STREQUAL "Darwin")
target_compile_definitions(RangeShifter PRIVATE "RSDEBUG" "RSWIN64" "BATCH" "LINUX_CLUSTER")
target_compile_definitions(RScore PRIVATE "RSDEBUG" "RSWIN64" "BATCH" "LINUX_CLUSTER")
else() # Windows
target_compile_definitions(RangeShifter PRIVATE "RSDEBUG" "RSWIN64" "BATCH")
target_compile_definitions(RScore PRIVATE "RSDEBUG" "RSWIN64" "BATCH")
endif()

0 comments on commit b74caac

Please sign in to comment.