diff options
-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) |