diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-02-15 19:45:20 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-02-15 19:45:20 +0100 |
| commit | bbaec9bd88b309fbeec80d6d0118997f5b32def3 (patch) | |
| tree | abbf033c4d2afcd92b24a6719739e985c5ba8760 /CMakeLists.txt | |
| parent | edd5818355c37d5c68b88642b68dd61d302b3d38 (diff) | |
Update CMake and make files, minor edits only
There are no functional changes to be expected, mostly formatting
and comments.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 191d0cf42..001f94088 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ # set CMake minimum version (must be before `project()` ####################################################################### -# Note: previous (1.3.x) minimum version +# Note: previous (1.3.5) minimum version # cmake_minimum_required (VERSION 2.6.3) # Note: minimum CMake version required by GNUInstallDirs @@ -55,7 +55,6 @@ if (false) fl_debug_var (FLTK_VERSION_MINOR) fl_debug_var (FLTK_VERSION_PATCH) fl_debug_var (FLTK_VERSION) - fl_debug_var (FLTK_VERSION) endif (false) ####################################################################### |
