fltk/CMake
Albrecht Schlosser d5c0e215a4 MacOS: Improve detection of SDK version (#1103)
CMake/macOSMaxAllowed.c:
  avoid C compiler warning in test code

CMake/setup.cmake, technical changes:
- optimization: test SDK 15.0.0 first to avoid unnecessary test if true
- use a function instead of a macro
- use different names for (cached) result variables
- use prefix FLTK_ for cache variables

Note: the cache variables are marked 'internal': you may need to grep
  CMakeCache.txt to view them.
2024-11-05 16:09:39 +01:00
..
cmake_uninstall.cmake.in Introduce "Modern CMake" in FLTK 2024-02-07 18:37:34 +01:00
compatibility.cmake Introduce "Modern CMake" in FLTK 2024-02-07 18:37:34 +01:00
export.cmake CMake: remove unintended debug output 2024-02-14 17:51:51 +01:00
fl_add_library.cmake CMake: make compile definition "FL_DLL" public for MSVC (#960) 2024-04-27 18:35:39 +02:00
fl_create_example.cmake CMake: improve formatting, remove debug statements 2024-02-13 15:10:06 +01:00
fl_debug_pkg.cmake CMake: improve formatting, remove debug statements 2024-02-13 15:10:06 +01:00
fl_debug_var.cmake CMake: improve output of fl_debug_target() 2024-05-05 19:41:50 +02:00
fl_summary.cmake CMake build summary: output libdecor location if found 2024-04-20 19:49:04 +02:00
FLTK-Functions.cmake Introduce "Modern CMake" in FLTK 2024-02-07 18:37:34 +01:00
FLTKConfig.cmake.in Fix "Cannot build project with CMake ..." (#970) 2024-05-13 12:05:27 +02:00
install-symlinks.cmake.in CMake: improve formatting, remove debug statements 2024-02-13 15:10:06 +01:00
install.cmake CMake: improve formatting, remove debug statements 2024-02-13 15:10:06 +01:00
macOS-bundle-wrapper.in Create macOS "bundle wrapper" scripts (#115) 2020-07-23 02:07:43 +02:00
macOSMaxAllowed.c MacOS: Improve detection of SDK version (#1103) 2024-11-05 16:09:39 +01:00
MacOSXBundleInfo.plist.in
options.cmake CMake: ignore FLTK_MSVC_RUNTIME_DLL on other platforms 2024-10-09 16:04:38 +02:00
posixScandir.cxx CMake: fix potential compiler warning in test file. 2017-06-29 18:27:07 +00:00
pthread_mutex_recursive.c Call pthread's recursive mutex on Linux (Issue #245) 2021-07-21 12:16:20 +02:00
resources.cmake CMake: replace check_function_exists() with check_symbol_exists() (#1053) 2024-08-31 16:59:03 +02:00
setup.cmake MacOS: Improve detection of SDK version (#1103) 2024-11-05 16:09:39 +01:00
variables.cmake Add -lwinspool necessary for new class Fl_PDF_File_Surface 2024-08-06 17:27:10 +02:00