- 28 Aug, 2013 2 commits
-
-
Stephen Kelly authored
-
Kitware Robot authored
-
- 27 Aug, 2013 4 commits
-
-
df62f64d Clean up install rules of CMake itself (#14371)
-
5803b94a FindImageMagick: Find libraries named with HDRI support (#14348)
-
141ce010 FindTCL: Add BSD paths for Tcl/Tk 8.6
-
Kitware Robot authored
-
- 26 Aug, 2013 13 commits
-
-
2dce48ff Fix RunCMake.Configure test expectation newline matching
-
Brad King authored
Ensure CMAKE_DATA_DIR, CMAKE_DOC_DIR, and CMAKE_MAN_DIR are always relative paths in CMake code, and set defaults accordingly. Use the install() command instead of install_files() and install_targets(). This is more modern and also avoids stripping of the first character from user-specified destinations. While at it, fix the default destinations reported in the bootstrap help.
-
-
-
293ecfeb CheckC*CompilerFlag: add documentation what to expect from a positive result
-
3064f80d VS: Generate ToolsVersion matching each VS version
-
807a564e CPack: Fix a typo in documentation
-
78cd8842 OSX: Allow an empty INSTALL_NAME_DIR to override MACOSX_RPATH.
-
eef6df5c Fix OLD behavior of CMP0021.
-
The MSBuild version for each Visual Studio generator isn't 4.0. With Visual Studo 2013 the ToolsVersion moved from being tied to the .NET framework and now has its own version number.
-
Follow-up to commit 4a015f77 (OpenBSD: Add paths for Tcl/Tk 8.4/8.5, 2012-12-03): those paths added for OpenBSD also work on other BSDs, some of which are already using version 8.6 of Tcl/Tk.
-
Kitware Robot authored
-
- 25 Aug, 2013 1 commit
-
-
Kitware Robot authored
-
- 24 Aug, 2013 2 commits
-
-
Stephen Kelly authored
Exclude Ninja and Xcode from the CMP0021 test They do not behave the same as the makefile generator with relative paths. Don't overwrite the header file for in-source builds.
-
Kitware Robot authored
-
- 23 Aug, 2013 1 commit
-
-
Kitware Robot authored
-
- 22 Aug, 2013 1 commit
-
-
Kitware Robot authored
-
- 21 Aug, 2013 2 commits
-
-
Clinton Stimpson authored
With this, projects can enable MACOSX_RPATH by default, but still have a way to install libraries with no install name dirs into locations such as /usr/local/lib by setting INSTALL_NAME_DIR="".
-
Kitware Robot authored
-
- 20 Aug, 2013 1 commit
-
-
Kitware Robot authored
-
- 19 Aug, 2013 1 commit
-
-
Kitware Robot authored
-
- 18 Aug, 2013 1 commit
-
-
Kitware Robot authored
-
- 17 Aug, 2013 1 commit
-
-
Kitware Robot authored
-
- 16 Aug, 2013 2 commits
-
-
Brad King authored
Teach FailCopyFileABI-check.cmake to convert CRLF to LF in the regular expression read literally from its own source.
-
Kitware Robot authored
-
- 15 Aug, 2013 5 commits
-
-
-
9040ec91 Do not warn about left paren not separated by a space
-
335a1278 OS X: Do not default to non-existent deployment target SDK
-
Brad King authored
Since commit 58e52416 (Warn about arguments not separated by whitespace, 2013-02-16) we warn about arguments not separated by spaces. Loosen the warning to not complain about left parens not separated by spaces from the preceding token. This is common in code like "if(NOT(X))". Teach the RunCMake.Syntax test to cover cases of left parens not separated by spaces and check that no warning appears.
-
Kitware Robot authored
-
- 14 Aug, 2013 3 commits