diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-19 15:23:41 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-19 15:23:41 +0200 |
commit | 1efc28c75b80b8129b90c3d5f0bb64068ef642ef (patch) | |
tree | 54204925cf5e52f713f00c9292c01a97a7153a7b /tracker-tobii-eyex | |
parent | d993825ace9886d45d1519ed51d0fccae55da884 (diff) |
tracker/tobii: nix build guard tautology
Diffstat (limited to 'tracker-tobii-eyex')
-rw-r--r-- | tracker-tobii-eyex/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-tobii-eyex/CMakeLists.txt b/tracker-tobii-eyex/CMakeLists.txt index 9446072c..cfbe0160 100644 --- a/tracker-tobii-eyex/CMakeLists.txt +++ b/tracker-tobii-eyex/CMakeLists.txt @@ -16,7 +16,7 @@ if(WIN32) if(FALSE) install(FILES ${tobii-dll} DESTINATION ${opentrack-hier-pfx} ${opentrack-perms}) endif() - if((CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows") AND (CMAKE_SYSTEM_NAME STREQUAL "Windows")) + if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows") file(TO_CMAKE_PATH "$ENV{SystemRoot}" sysroot) if (IS_DIRECTORY "${sysroot}/SysWOW64") set(src "${sysroot}/SysWOW64") |