summaryrefslogtreecommitdiff
path: root/CMake/options.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'CMake/options.cmake')
-rw-r--r--CMake/options.cmake10
1 files changed, 5 insertions, 5 deletions
diff --git a/CMake/options.cmake b/CMake/options.cmake
index 8411b92ec..3ff6d06f5 100644
--- a/CMake/options.cmake
+++ b/CMake/options.cmake
@@ -75,9 +75,9 @@ add_definitions(${FLTK_ARCHFLAGS})
#######################################################################
set(FLTK_ABI_VERSION ""
CACHE STRING
- "FLTK ABI Version FL_ABI_VERSION: 1xxyy for 1.x.y (xx,yy with leading zero)"
+ "FLTK ABI Version FL_ABI_VERSION: 1xxyy for 1.x.y (xx,yy with leading zeroes)"
)
-set(FL_ABI_VERSION ${FLTK_ABI_VERSION})
+# see also CMake/gen_config.cmake
#######################################################################
# Select MSVC (Visual Studio) Runtime: DLL (/MDx) or static (/MTx)
@@ -201,8 +201,8 @@ if(FLTK_USE_BUNDLED_PNG)
# Definitions for 'config.h' - do we still need this?
# See also png/CMakeLists.txt (target_compile_definitions).
- # Note: config.h is generated by either configure or CMake,
- # hence we should support it in 1.4.x (may be changed in 1.5.0)
+ # Note: config.h is generated by CMake (or configure in 1.4), hence
+ # we support it in 1.4.x, but this may be changed in 1.5.0. (?)
set(HAVE_PNG_H 1)
set(HAVE_PNG_GET_VALID 1)
@@ -439,7 +439,7 @@ option(FLTK_BUILD_SHARED_LIBS
option(FLTK_OPTION_PRINT_SUPPORT "allow print support" ON)
option(FLTK_OPTION_FILESYSTEM_SUPPORT "allow file system support" ON)
-option(FLTK_BUILD_FORMS "Build forms compatibility library" ON)
+option(FLTK_BUILD_FORMS "Build forms compatibility library" OFF)
option(FLTK_BUILD_FLUID "Build FLUID" ON)
option(FLTK_BUILD_FLTK_OPTIONS "Build fltk-options" ON)
option(FLTK_BUILD_EXAMPLES "Build example programs" OFF)