summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichael Lutz <michi@icosahedron.de>2020-12-26 16:07:51 +0100
committerMichael Lutz <michi@icosahedron.de>2021-01-03 13:25:32 +0100
commita61a7416836ec021f522720940265d2b67dedb08 (patch)
treee594016111c8bc20e5c5abf559c9f8ea2721a366 /CMakeLists.txt
parent9ccef816f90e9a7e3042cd89141ba3c0956d7bb9 (diff)
downloadopenttd-a61a7416836ec021f522720940265d2b67dedb08.tar.xz
Change: [OSX] Compiling the Cocoa/Quartz video driver cannot be disabled anymore.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 186e0b8b5..d273937a3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -230,7 +230,6 @@ if(APPLE)
add_definitions(
-DWITH_COCOA
- -DENABLE_COCOA_QUARTZ
)
endif()