diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-06-18 11:08:07 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-06-18 11:08:33 +0200 |
commit | 8217bc87171fc8e40549d7a5aa1fd2b1de987035 (patch) | |
tree | d5606902cbc05eab0c4032a84b09de56de25ef31 /cmake/opentrack-rift.cmake | |
parent | 278a517a6724a541374f076974f1c7ae06880abb (diff) |
cmake/rift: fix guard
Diffstat (limited to 'cmake/opentrack-rift.cmake')
-rw-r--r-- | cmake/opentrack-rift.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/opentrack-rift.cmake b/cmake/opentrack-rift.cmake index d5b557ea..20421709 100644 --- a/cmake/opentrack-rift.cmake +++ b/cmake/opentrack-rift.cmake @@ -1,5 +1,5 @@ function(opentrack_rift_boilerplate proj opt) - if(opt) + if(${opt}) set(link-flags) set(c-flags) if(APPLE) |