Skip to content

Commit 070e740

Browse files
committed
fix GLFW3 conditional
1 parent 1ef08ee commit 070e740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/protonect/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ IF(ENABLE_OPENGL)
132132
auto_detect_lib(GLFW3)
133133

134134
#Assuming local build witout global deps, ugly to to this automatic but to keep backward compatibiliy
135-
if(${GLFW3_FOUND} STREQUAL "FALSE")
135+
if(NOT GLFW3_FOUND)
136136

137137
MESSAGE(STATUS "Building local GLFW")
138138
# GLFW

0 commit comments

Comments
 (0)