- Mar 20, 2014
-
-
Brad King authored
-
- Mar 19, 2014
-
-
Brad King authored
-
Brad King authored
-
Stephen Kelly authored
Don't attempt to trace their dependencies.
-
Stephen Kelly authored
The Qt5Core_QTMAIN_LIBRARIES variable is defined to the Qt5::WinMain target on Windows, and undefined elsewhere.
-
- Mar 17, 2014
-
-
Brad King authored
-
Brad King authored
-
Restore support for the undocumented <CONFIG>_LOCATION target property removed by commit v3.0.0-rc1~175^2 (cmTarget: Remove support for <CONFIG>_LOCATION property, 2013-12-30) as part of the CMP0026 OLD behavior.
-
Brad King authored
-
Stephen Kelly authored
Override the QT_QTMAIN_LIBRARY cache variable with a regular variable in the Qt 5 configuration. This avoids linking with the Qt 4 version of the WinMain library.
-
- Mar 14, 2014
-
-
Brad King authored
-
Brad King authored
-
Brad King authored
According to the Intel release notes: http://software.intel.com/sites/default/files/l-compiler-release-update.pdf the __INTEL_COMPILER_UPDATE predefined macro was introduced to hold the third version component. Reported-by: Dirk Ribbrock <dirk.ribbrock@mathematik.uni-dortmund.de> Co-Author: Rolf Eike Beer <kde@opensource.sf-tec.de>
-
- Mar 13, 2014
-
-
- Mar 12, 2014
-
-
Brad King authored
-
Stephen Kelly authored
-
Brad King authored
-
- Mar 11, 2014
-
-
Stephen Kelly authored
Test the first argument directly for matching 'EXACT'. The error check in its previous position was incorrect and would only trigger with a version of '0' or similar.
-
Brad King authored
-
- Mar 10, 2014
-
-
Brad King authored
During cross-compiling the toolchain file may use CMakeForceCompiler to force a compiler setting. When using the Xcode generator try to convert it to a full path by searching the PATH as is done for the Makefile generators.
-
Brad King authored
Factor out a _cmake_find_compiler_path helper macro to avoid duplication of the search for a full path to the compiler.
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Stephen Kelly authored
Visual Studio is handled as a special case for autogen depends. However, the special handling works only for target dependencies, not file dependencies output by a custom command. Use a PRE_BUILD step only if all depends are targets.
-
Stephen Kelly authored
Commit v3.0.0-rc1~71^2~9 (Qt4: Use IMPORTED executable names with custom commands., 2014-01-24) erroneusly changed this command to use the wrong target.
-
- Mar 06, 2014
-
-
Python 3.4.0rnc1 was released on 2014-02-20.
-
Brad King authored
Drop unnecessary NO_POLICY_SCOPE options. Document why the remaining options are necessary.
-
Brad King authored
Policies CMP0027, CMP0038, and CMP0046 have per-target meaning so record the policy settings on targets as they are created.
-
Stephen Kelly authored
If a package is requested with an EXACT version, that doesn't imply that dependencies must be found EXACTly too. Extend the macro to allow specifying that a dependency must be found by EXACT version instead.
-
- Mar 04, 2014
- Mar 03, 2014
-
-
Brad King authored
-
Brad King authored
Recently used cmake-gui locations are searched only on Windows because the Windows registry is used to record the values. This behavior is historical and may be removed by a policy in the future so rather than implementing it on other platforms simply document the current behavior.
-
Brad King authored
-
Brad King authored
-