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/FLTKConfig.cmake.in | |
| parent | 57f61cf5a06f382a5fc6df60a5019d06f10df477 (diff) | |
Make building Fluid optional. (#539)
Diffstat (limited to 'CMake/FLTKConfig.cmake.in')
| -rw-r--r-- | CMake/FLTKConfig.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/FLTKConfig.cmake.in b/CMake/FLTKConfig.cmake.in index e2de914e4..fb722c124 100644 --- a/CMake/FLTKConfig.cmake.in +++ b/CMake/FLTKConfig.cmake.in @@ -10,7 +10,7 @@ # FLTK_INCLUDE_DIRS - FLTK include directories # FLTK_LIBRARIES - list of FLTK libraries built (not yet implemented) # FLTK_FLUID_EXECUTABLE - needed by the function FLTK_RUN_FLUID -# (or the deprecated fltk_wrap_ui() CMake command) +# (or the deprecated fltk_wrap_ui() CMake command) # # It defines the following deprecated variables for backwards # compatibility (do not use for new projects): |
