From 094a52e6b66c7226901f461a22ea81726e289642 Mon Sep 17 00:00:00 2001 From: sonoro1234 Date: Mon, 29 Jul 2019 12:14:13 +0200 Subject: [PATCH] revert ApplicationServices linking if APPLE(only needed in 1.71) --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a51dee..bc2e045 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,9 +26,6 @@ else (IMGUI_STATIC) endif (IMGUI_STATIC) target_link_libraries(cimgui ${IMGUI_LIBRARIES}) -if (APPLE) - target_link_libraries(cimgui "-framework ApplicationServices") -endif() set_target_properties(cimgui PROPERTIES PREFIX "") #install