fltk/CMake
Albrecht Schlosser 72dda7f35a CMake] Work around CMake bug in CMake versions 3.4.x.
CMake versions 3.4.x crash when using fltk_wrap_ui, a built-in CMake
command. According to the CMake devs this will be fixed in CMake 3.5.

However, since fltk_wrap_ui is no longer necessary (it can replaced by
custom build commands) and some Linux distributions deploy CMake 3.4.x
we decided to use an own replacement function.

This makes sure that FLTK can be built with CMake 3.4.x, but FLTK users
may still have to rewrite their own CMake files to not use fltk_wrap_ui.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11082 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2016-01-29 13:40:08 +00:00
..
cmake_uninstall.cmake.in Mostly rewritten CMake files by Michael Surette. They are more complete 2010-04-05 22:33:58 +00:00
export.cmake [CMake] config.h, part 2 - full compatibility with autoconf. 2015-12-30 21:13:07 +00:00
FLTKConfig.cmake.in CMake enhancements, as discussed in STR #3055. 2014-09-27 00:41:06 +00:00
install-symlinks.cmake.in [CMake] Improve installation, support DESTDIR, and more (STR #3149). 2015-02-16 14:30:27 +00:00
install.cmake Fix fltk-config for CMake build. 2015-07-12 22:32:30 +00:00
MacOSXBundleInfo.plist.in Mac OS + CMake: this file is used by CMake to build the Info.plist files of the application 2015-12-26 16:14:19 +00:00
macros.cmake CMake] Work around CMake bug in CMake versions 3.4.x. 2016-01-29 13:40:08 +00:00
options.cmake Mac OS: modified CMake config files to allow use of OPTION_APPLE_X11 2015-12-31 06:19:59 +00:00
posixScandir.cxx Mostly rewritten CMake files by Michael Surette. They are more complete 2010-04-05 22:33:58 +00:00
resources.cmake [CMake] config.h, part 2 - full compatibility with autoconf. 2015-12-30 21:13:07 +00:00
setup.cmake Mac OS: modified CMake config files to allow use of OPTION_APPLE_X11 2015-12-31 06:19:59 +00:00
UseFLTK.cmake.in CMake enhancements, as discussed in STR #3055. 2014-09-27 00:41:06 +00:00
variables.cmake [CMake] Update fltk-config generation for AIX (STR #3217). 2015-04-25 20:36:48 +00:00