From 8217bc87171fc8e40549d7a5aa1fd2b1de987035 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 18 Jun 2016 11:08:07 +0200 Subject: cmake/rift: fix guard --- cmake/opentrack-rift.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3