From 6a184943792f4f6126cab006296ee5a8fdae4a9a Mon Sep 17 00:00:00 2001 From: milek7 Date: Mon, 23 Nov 2020 22:59:33 +0100 Subject: [PATCH] let's try random macos fix --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b0ab1483..98b66927 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,6 +34,7 @@ file(GLOB HEADERS "*.h" "extras/*.h") if (APPLE) + set (CMAKE_FIND_FRAMEWORK LAST) set (CMAKE_EXE_LINKER_FLAGS "-pagezero_size 10000 -image_base 100000000") endif()