From c3c249c2f856c6eb27d51c55d0f1d7fe2c030229 Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Sun, 9 Sep 2018 00:19:16 +0200 Subject: [PATCH] Fix Apple CI build --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0932344..1c80674 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -234,10 +234,6 @@ if (STEAM) ) endif () -target_link_libraries(breakhack - physfs-static - ) - if (MSVC) set_target_properties(breakhack PROPERTIES LINK_FLAGS_DEBUG "/SUBSYSTEM:CONSOLE") set_target_properties(breakhack PROPERTIES COMPILE_DEFINITIONS_DEBUG "_CONSOLE")