summaryrefslogtreecommitdiffhomepage
path: root/proto-iokit-foohid/CMakeLists.txt
diff options
context:
space:
mode:
authorR. van twisk <ries.van.twisk@ing.com>2019-11-30 12:22:16 +0100
committerR. van twisk <ries.van.twisk@ing.com>2019-11-30 12:22:16 +0100
commit377dc1af24d5803aac11fa70e369eae9c40e8b7f (patch)
treeca75309db4639974d2b8f1b8ac51847fe53179e2 /proto-iokit-foohid/CMakeLists.txt
parentebf9de109b86336b8844fc6fd15a34760481de5e (diff)
OSX Build fixes
Diffstat (limited to 'proto-iokit-foohid/CMakeLists.txt')
-rw-r--r--proto-iokit-foohid/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-iokit-foohid/CMakeLists.txt b/proto-iokit-foohid/CMakeLists.txt
index 31d3dcdc..6a4bf89a 100644
--- a/proto-iokit-foohid/CMakeLists.txt
+++ b/proto-iokit-foohid/CMakeLists.txt
@@ -1,4 +1,4 @@
-if(CMAKE_SYSTEM_NAME MATCHES "Darwin")
+if(APPLE)
otr_module(proto-iokit-foohid)
target_link_options(${self} PRIVATE -framework IOKit)
endif()