summaryrefslogtreecommitdiff
path: root/CMake/options.cmake
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2022-11-13 20:16:54 +0100
committerGitHub <noreply@github.com>2022-11-13 20:16:54 +0100
commitedf7510dda6b62905920fbf3a2fe01abbeab920e (patch)
treef8af26ccb91f0e07265d713b64ec32eb7ad151cf /CMake/options.cmake
parent57f61cf5a06f382a5fc6df60a5019d06f10df477 (diff)
Make building Fluid optional. (#539)
Diffstat (limited to 'CMake/options.cmake')
-rw-r--r--CMake/options.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMake/options.cmake b/CMake/options.cmake
index 771b3030e..b56ed77af 100644
--- a/CMake/options.cmake
+++ b/CMake/options.cmake
@@ -301,6 +301,7 @@ option (OPTION_BUILD_SHARED_LIBS
option (OPTION_PRINT_SUPPORT "allow print support" ON)
option (OPTION_FILESYSTEM_SUPPORT "allow file system support" ON)
+option (FLTK_BUILD_FLUID "Build FLUID" ON)
option (FLTK_BUILD_TEST "Build test/demo programs" ON)
option (FLTK_BUILD_EXAMPLES "Build example programs" OFF)