- 30 Apr, 2013 1 commit
-
-
Brad King authored
Re-word the documentation to make clear that CMake integrates usage requirements during generation and not synchronously during configuration or execution of target_link_libraries.
-
- 25 Apr, 2013 1 commit
-
-
Kitware Robot authored
-
- 24 Apr, 2013 1 commit
-
-
Kitware Robot authored
-
- 23 Apr, 2013 1 commit
-
-
Kitware Robot authored
-
- 22 Apr, 2013 1 commit
-
-
Kitware Robot authored
-
- 21 Apr, 2013 1 commit
-
-
Kitware Robot authored
-
- 20 Apr, 2013 1 commit
-
-
Kitware Robot authored
-
- 19 Apr, 2013 1 commit
-
-
Kitware Robot authored
-
- 18 Apr, 2013 1 commit
-
-
Kitware Robot authored
-
- 17 Apr, 2013 4 commits
-
-
ce441fac try_compile: add missing fclose() to recently added error case
-
5a5e0fa9 Fix clearing of the INCLUDE_DIRECTORIES DIRECTORY property.
-
Kitware Robot authored
- 16 Apr, 2013 3 commits
-
-
Brad King authored
Organize component names in a table to explain each in more detail. Clearly state that PATH is the directory name.
-
In commit 236133e7 (Handle targets in the LINK_LIBRARIES of try_compile, 2013-02-09) an error return case was added without closing the file in progress. Add the missing fclose() call. Spotted by sevenhill.
-
Kitware Robot authored
-
- 15 Apr, 2013 1 commit
-
-
Kitware Robot authored
-
- 14 Apr, 2013 1 commit
-
-
Kitware Robot authored
-
- 13 Apr, 2013 1 commit
-
-
Kitware Robot authored
-
- 12 Apr, 2013 1 commit
-
-
Kitware Robot authored
-
- 11 Apr, 2013 1 commit
-
-
Kitware Robot authored
-
- 10 Apr, 2013 2 commits
-
-
Stephen Kelly authored
This was broken by commit 18a3195a (Keep track of INCLUDE_DIRECTORIES as a vector of structs., 2012-11-19).
-
Kitware Robot authored
-
- 09 Apr, 2013 1 commit
-
-
Kitware Robot authored
-
- 08 Apr, 2013 1 commit
-
-
Kitware Robot authored
-
- 07 Apr, 2013 1 commit
-
-
Kitware Robot authored
-
- 06 Apr, 2013 1 commit
-
-
Kitware Robot authored
-
- 05 Apr, 2013 1 commit
-
-
Kitware Robot authored
-
- 04 Apr, 2013 2 commits
-
-
6c613b43 Handle usr-move without forcing absolute paths (#14041)
-
Kitware Robot authored
-
- 03 Apr, 2013 3 commits
-
-
bec8e64c Qt4: Fix typo setting a variable for FindThreads.
-
Brad King authored
In commit 0c727b90 (install(EXPORT): Force absolute paths for usr-move, 2013-03-08) and commit d4774140 (configure_package_config_file: force absolute paths for usr-move, 2013-01-24) we supported Linux distributions implementing the "/usr move" by assuming that installation to (/usr)?/lib(64)? represents a non-relocatable system package. When cross-compiling one may prepare a package for installation into a system location on a target machine but install the package files on the *host* machine inside another path for use with CMAKE_FIND_ROOT_PATH. In this case the package development files must still be relocatable. Handle "/usr move" with a new approach that works with relocatable files. Teach configure_package_config_file and install(EXPORT) to generate special logic in a package configuration file or targets file for installation under (/usr)?/lib(64)?. Teach the file to recognize when it is loaded through a symlink that refers to the same realpath as its original install destination. In such a case, use the original install prefix. Otherwise, compute the prefix relative to the current file location to make it relocatable.
-
Kitware Robot authored
-
- 02 Apr, 2013 4 commits
-
-
20c99b1d automoc: Use a pre-build event in VS >= 7
-
de13d68d add_dependencies: Distinguish target v. file dependencies in error (#14050)
-
Clinton Stimpson authored
Fixes bug 14055.
-
Kitware Robot authored
-
- 01 Apr, 2013 1 commit
-
-
Kitware Robot authored
-
- 31 Mar, 2013 1 commit
-
-
Kitware Robot authored
-
- 30 Mar, 2013 1 commit
-
-
Kitware Robot authored
-