- Jun 18, 2015
-
-
Teach the module to handle SYSCONFDIR and LOCALSTATEDIR properly if CMAKE_INSTALL_PREFIX is set to `/` or `/usr` -- i.e. as expected by GNU Coding Standard (i.e. set SYSCONFDIR to `/etc` and `LOCALSTATEDIR` to `/var`). Also if CMAKE_INSTALL_PREFIX is set to /opt/pkg, `SYSCONFDIR` must be set to `/etc/opt/pkg` and `LOCALSTATEDIR` to `/var/opt/pkg` according to FHS.
-
Brad King authored
Add a RunCMake.GNUInstallDirs test with cases covering various install prefixes. Hard-code the architecture information. Tolerate all platform-specific LIBDIR values. Currently the root prefix is not handled well, but verify the current behavior in the test anyway. This can be addressed with a future change. Inspired-by:
Alex Turbov <i.zaufi@gmail.com>
-
- Jun 16, 2015
-
-
Brad King authored
Also consolidate the description of each variable.
-
- Jun 15, 2015
-
-
Kitware Robot authored
-
- Jun 14, 2015
-
-
Kitware Robot authored
-
- Jun 13, 2015
-
-
Kitware Robot authored
-
- Jun 12, 2015
-
-
Kitware Robot authored
-
- Jun 11, 2015
-
-
6863c0d5 Help: Add notes for topic 'FindBISON-DEFINES_FILE' 12e534c2 FindBISON: Add DEFINES_FILE option to pass --defines=FILE eb859263 FindBISON: Use CMAKE_PARSE_ARGUMENTS to parse arguments 29985ad8 FindBISON: Use BISON_TARGET macro argument names internally 801b799f FindBISON: Improve documentation formatting
-
a3a8177e cmFileCommand: Fix implementation of CMP0009.
-
Brad King authored
-
Kitware Robot authored
-
- Jun 10, 2015
-
-
Brad King authored
-
Kitware Robot authored
-
- Jun 09, 2015
-
-
Stephen Kelly authored
-
Stephen Kelly authored
Call the cmMakefile implementation directly. This is a configure-time construct.
-
Stephen Kelly authored
-
Brad King authored
-
482a3bf3 Help: Document explicitly that policy OLD behavior is deprecated
-
Brad King authored
-
Brad King authored
-
Brad King authored
The most likely documentation page a project author will read in response to a policy warning is the page for the policy itself. Add to every policy documentation page a note explicitly stating that the OLD behavior is deprecated. Also mention this in the cmake_policy() command documentation that explains how to set a policy to OLD. Suggested-by:
Fraser Hutchison <fraser.hutchison@gmail.com>
-
1594edba Utilities/Release: Update to more recent Qt 4.8 on OS X
-
c3f40f4f Help: Improve formatting of command documentation
-
7ab0806f Help: Document find_* command versioned/unversioned name ordering
-
972853b1 Help: Drop incorrect advice from cmake-developer.7 manual
-
12436efc ctest: Disable CMake Cygwin legacy warning in dashboard client script
-
f5dbf00d Windows-GNU: Restore find_library treatment of '.dll' as linkable (#15409)
-
d9b974b1 cmake-gui: Make command-line install help text selectable
-
2c969743 FindwxWidgets: Fix find_program call for versioned names
-
Kitware Robot authored
-
- Jun 08, 2015
-
-
Brad King authored
Update to a version newer than 4.8.0 to get the fix for this issue: https://bugreports.qt.io/browse/QTBUG-23704 https://codereview.qt-project.org/13576 http://code.qt.io/cgit/qt/qt.git/commit/?id=e88dbaa7fc We hit it in the cmake-gui command-line install help dialog.
-
Use inline reStructuredText markup and add cross-references in more places.
-
Stephen Kelly authored
Don't pay a penalty for it in all GetProperty calls. Additionally, the storage of properties will eventually move to cmState, which should only contain state and not logic for policies like this.
-