summaryrefslogtreecommitdiff
path: root/CMake/install.cmake
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-01-21 17:14:41 +0100
committerGitHub <noreply@github.com>2023-01-21 17:14:41 +0100
commit1fc269b0d4c79b256cc57740d318f95dded8c340 (patch)
tree5df94f8cb7f4e8629dbce7a36f070ea5b513d5d7 /CMake/install.cmake
parent4ddcbc81de60faa0e9922db7df316f3d69cb8df7 (diff)
Move global FLTK options into new app fltk-admin (#560)
Diffstat (limited to 'CMake/install.cmake')
-rw-r--r--CMake/install.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMake/install.cmake b/CMake/install.cmake
index 0487f58cb..729cc5b65 100644
--- a/CMake/install.cmake
+++ b/CMake/install.cmake
@@ -125,6 +125,9 @@ if (UNIX OR MSYS OR MINGW)
if (FLTK_BUILD_FLUID)
INSTALL_MAN (fluid 1)
endif (FLTK_BUILD_FLUID)
+ if (FLTK_BUILD_FLTK_OPTIONS)
+ INSTALL_MAN (fltk-options 1)
+ endif (FLTK_BUILD_FLTK_OPTIONS)
INSTALL_MAN (fltk-config 1)
INSTALL_MAN (fltk 3)