summaryrefslogtreecommitdiff
path: root/CMake/setup.cmake
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-02-06 21:42:29 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-02-06 21:42:40 +0100
commit160eb2926d9dad336e37b5e4752fffea0c79bd13 (patch)
treee33a6015fb647fb263f422568e7c41472b490062 /CMake/setup.cmake
parentf1b2e92f077ca8de4b978e0e27e23f88749500af (diff)
Remove usage of __APPLE_QUARTZ__ (#673)
Diffstat (limited to 'CMake/setup.cmake')
-rw-r--r--CMake/setup.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMake/setup.cmake b/CMake/setup.cmake
index bc98aa58e..1ff5585ce 100644
--- a/CMake/setup.cmake
+++ b/CMake/setup.cmake
@@ -101,7 +101,6 @@ if (APPLE)
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D_LIBCPP_HAS_THREAD_API_PTHREAD")
endif (NOT(${CMAKE_SYSTEM_VERSION} VERSION_LESS 17.0.0))
else ()
- set (__APPLE_QUARTZ__ 1)
set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -framework Cocoa")
set (CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -framework Cocoa")
endif (OPTION_APPLE_X11)