diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-12-19 06:07:12 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-12-19 06:07:12 +0100 |
commit | d43ebaea7869b734e7b413da5c3b9c45c6c05e43 (patch) | |
tree | ca0358574c7ac7c59fe94b8aafded58ac2a6a3c8 /proto-iokit-foohid | |
parent | 4c2ff569eb29051cee9b6c4e520ad02ff3968dad (diff) |
cruft
Diffstat (limited to 'proto-iokit-foohid')
-rw-r--r-- | proto-iokit-foohid/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-iokit-foohid/CMakeLists.txt b/proto-iokit-foohid/CMakeLists.txt index cdc8fb69..37036a09 100644 --- a/proto-iokit-foohid/CMakeLists.txt +++ b/proto-iokit-foohid/CMakeLists.txt @@ -1,4 +1,4 @@ -IF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") +if(CMAKE_SYSTEM_NAME MATCHES "Darwin") otr_module(proto-iokit-foohid) set_property(TARGET opentrack-proto-iokit-foohid APPEND_STRING PROPERTY LINK_FLAGS "-framework IOKit ") endif() |