- 04 Jan, 2014 9 commits
-
-
Stephen Kelly authored
In the case where the argument is not an ALIAS, the variable should be set to a -NOTFOUND content.
-
Stephen Kelly authored
INTERFACE_LIBRARY targets have no corresponding files, and so require no DESTINATION to install anything to.
-
Stephen Kelly authored
The modern way to create configuration dependent content is using generator expressions in the main export file. The only non-deprecated property still generated in the configuration-specific files are IMPORTED_LOCATION_<CONFIG> INTERFACE_LIBRARY targets have no location, and no need for those files.
-
Stephen Kelly authored
Without the workaround, CMake code snippets are not highlighted at all because pygments can not lex the generator expressions.
-
Stephen Kelly authored
The requirement was updated in commit 920ffbf5 (Require CMake 2.8.4 or greater to build CMake, 2013-10-11) and similar snippets were removed.
-
Stephen Kelly authored
Don't erroneously name it for the link implementation. That's something different.
-
Stephen Kelly authored
The next version is 3.0.0, not 2.8.13. The version generated in the export file should be updated in the release branch in both cmExportInstallFileGenerator and cmExportBuildFileGenerator.
-
Stephen Kelly authored
-
Stephen Kelly authored
-
- 03 Jan, 2014 1 commit
-
-
Kitware Robot authored
-
- 02 Jan, 2014 18 commits
-
-
950d76ed CPackWiX: allow and convert UTF-8 sequences in RTF writer
-
44a7543c CPackWiX: transfer file read only flag during installation
-
0fd172c8 CTestCustom: Suppress LNK4089 warning about SHELL32
-
03f3b4e7 Replace <OBJECT_DIR> rule placeholder consistently (#14667)
-
7f0d4aff CTest: fix regressions introduced by the ctest-fix-run-serial topic
-
d25ad482 OS X: Add CMP0042 to enable MACOSX_RPATH by default
-
f2ec464f Copyright.txt: Update year range to end in 2014
-
Brad King authored
-
Brad King authored
Add a warning suppression regex to match: LINK : warning LNK4089: all references to 'SHELL32.DLL' discarded by /OPT:REF
-
Brad King authored
The <OBJECT_DIR> placeholder is supposed to be the base intermediate files directory for the current target. This is how it gets replaced during link line generation. However, during compile line generation we replace it with the directory containing the current object file which may be a subdirectory. Fix replacement of <OBJECT_DIR> in the generated compile lines to be the base intermediate files directory. This was expoxed by commit 42ba1b08 (VS: Separate compiler and linker PDB files, 2013-04-05) when we added a "/Fd<OBJECT_DIR>/" flag to the MSVC compile line in order to match the VS IDE default compiler program database location in the intermediate files directory. For source files in a subdirectory relative to the current target this caused the wrong location to be used for the compiler program database. This becomes particularly important when using precompiled headers. While at it, use the cmTarget::GetSupportDirectory method to compute the intermediate files directory for the current target instead of repeating the logic in a few places.
-
Also adding documentation for CMAKE_MACOSX_RPATH, and improving documentation for MACOSX_RPATH.
-
-
-
Kitware Robot authored
- 01 Jan, 2014 1 commit
-
-
Kitware Robot authored
-
- 31 Dec, 2013 1 commit
-
-
Kitware Robot authored
-
- 30 Dec, 2013 1 commit
-
-
Kitware Robot authored
-
- 29 Dec, 2013 4 commits
-
-
Alexander Neundorf authored
Alex
-
Alexander Neundorf authored
With this patch, simply also the information used by the build plugin in kate <= 4.12 is put into the generated json file. The new build plugin (coming in 4.13) simply ignores this (and vice versa). Alex
-
Alexander Neundorf authored
...this was a leftover from experimenting Alex
-
Kitware Robot authored
-
- 28 Dec, 2013 1 commit
-
-
Kitware Robot authored
-
- 27 Dec, 2013 1 commit
-
-
Kitware Robot authored
-
- 26 Dec, 2013 2 commits
-
-
Nils Gladitz authored
-
Kitware Robot authored
-
- 25 Dec, 2013 1 commit
-
-
Nils Gladitz authored
-