diff options
| author | Matthias Melcher <github@matthiasm.com> | 2022-11-13 20:16:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-13 20:16:54 +0100 |
| commit | edf7510dda6b62905920fbf3a2fe01abbeab920e (patch) | |
| tree | f8af26ccb91f0e07265d713b64ec32eb7ad151cf /CMake/options.cmake | |
| parent | 57f61cf5a06f382a5fc6df60a5019d06f10df477 (diff) | |
Make building Fluid optional. (#539)
Diffstat (limited to 'CMake/options.cmake')
| -rw-r--r-- | CMake/options.cmake | 1 |
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) |
