From b74caac69bbfca1b4fee21b718efb137b99a8f09 Mon Sep 17 00:00:00 2001 From: Theo Pannetier Date: Fri, 27 Oct 2023 16:36:03 +0100 Subject: [PATCH] oops teehee silly billy --- src/RScore/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/RScore/CMakeLists.txt b/src/RScore/CMakeLists.txt index 3e3940c..b1f7d4c 100644 --- a/src/RScore/CMakeLists.txt +++ b/src/RScore/CMakeLists.txt @@ -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() \ No newline at end of file