summaryrefslogtreecommitdiff
path: root/CMake/options.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'CMake/options.cmake')
-rw-r--r--CMake/options.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/options.cmake b/CMake/options.cmake
index 5f313f8df..6bf8efbeb 100644
--- a/CMake/options.cmake
+++ b/CMake/options.cmake
@@ -590,7 +590,7 @@ set(FLTK_USE_GL FALSE)
if(HAVE_GL)
option(FLTK_BUILD_GL "use OpenGL and build fltk_gl library" ON)
- if (FLTK_BUILD_GL)
+ if(FLTK_BUILD_GL)
set(FLTK_USE_GL TRUE)
endif()
endif()