- 12 Jan, 2014 1 commit
-
-
Kitware Robot authored
-
- 11 Jan, 2014 1 commit
-
-
Kitware Robot authored
-
- 10 Jan, 2014 7 commits
-
-
fcd55310 Tests: Remove .orig file.
-
e7a111f0 InterfaceLibrary: Add test requiring MAP_IMPORTED_CONFIG whitelisting
-
When the macro is invoked multiple times, the parsing variables were not unset and therefore used for all the following calls.
-
Stephen Kelly authored
Introduced in commit be0458c5 (InstallRules: added new variable to disable generation of install rules, 2013-12-25).
-
Kitware Robot authored
-
- 09 Jan, 2014 16 commits
-
-
Stephen Kelly authored
The target properties with this prefix are whitelisted for INTERFACE_LIBRARY targets.
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
In a future patch, this will also be populated with extra sources from the linked dependencies.
-
Stephen Kelly authored
These methods and others will be able to get a config parameter later to implement the INTERFACE_SOURCES feature.
-
b1772946 cmake: Implement placeholder --help-custom-modules compatibility
-
73e93400 get_target_property: Error on non-existent target. ab9f58f6 FindQt4: Ensure target exists before calling get_target_property. 37ebeb91 FindQt4: Fix use of get_target_property to use actual target name. 6aabb6a6 Genex: Use case-sensitive comparison for COMPILER_ID. 5bb53f6b cmTarget: Deprecate COMPILE_DEFINITIONS_ properties with a policy.
-
be0458c5 InstallRules: added new variable to disable generation of install rules
-
c1311077 VS: Convert include path to backslashes for VS >= 10
-
e8b8b37e FindQt4: Use NO_CMAKE_FIND_ROOT_PATH where search paths are already rooted.
-
f293d525 GNUInstallDirs: Use multiarch on Debian with FreeBSD and HURD kernels
-
Kitware Robot authored
- 08 Jan, 2014 15 commits
-
-
Brad King authored
Add an option to control use of the 'g' runtime debug library tag on MSVC tools. Default to ON to preserve existing behavior.
-
Brad King authored
The implementation of the "cmake --help-custom-modules" was removed along with the rest of the old help generation infrastructure when documentation was converted to reStructuredText. In order to avoid breaking existing project builds outright when they use a custom command that runs a command like "cmake --help-custom-modules foo.1", generate the requested file with placeholder content explaining that the option is not supported anymore.
-
Stephen Kelly authored
Introduce policy CMP0045 to control this behavior.
-
Stephen Kelly authored
This macro is called for all potential Qt targets, even those which were not found.
-
Stephen Kelly authored
This was introduced in ba48e63f (Generate config-specific interface link libraries propeties., 2013-02-09).
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Nils Gladitz authored
The boolean variable CMAKE_SKIP_INSTALL_RULES allows disabling generation of install rules for projects which don't want them.
-
Stephen Kelly authored
-
Stephen Kelly authored
This handling was lost in commit faedd2be (cmTarget: Fix system include annotation propagation., 2014-01-01).
-
28ffb7e0 Note how to write CMP0022 compatible code with CMake 2.8.9.
-
92c4d403 CPackWiX: added new CPACK_WIX_CMAKE_PACKAGE_REGISTRY variable
-
Brad King authored
In VS <= 9 we already convert include paths to use backslashes but the conversion was left out of the VS >= 10 generator. Add the conversion now for consistency. VS 11 and 12 now require it because they mistakenly interpret forward-slash options that happen to occur in paths: http://connect.microsoft.com/VisualStudio/feedback/details/778367
-