diff options
author | Brad King <brad.king@kitware.com> | 2015-04-09 15:32:31 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-04-09 15:32:31 (GMT) |
commit | 1a1bdbfd87ec2dcf3205f062ab8145d5e0189146 (patch) | |
tree | ef720318d0e661ca0c257371f6e40b0859413b3e /Tests/RunCMake/CMakeLists.txt | |
parent | 3049951b6293486053da2d304737fad42de3b3d8 (diff) | |
parent | 882f48e5ba335a1dbc1750c23e6dea5fa92a3adc (diff) | |
download | CMake-1a1bdbfd87ec2dcf3205f062ab8145d5e0189146.zip CMake-1a1bdbfd87ec2dcf3205f062ab8145d5e0189146.tar.gz CMake-1a1bdbfd87ec2dcf3205f062ab8145d5e0189146.tar.bz2 |
Merge topic 'link-implicit-libs-full-path'
882f48e5 Link libraries by full path even in implicit directories
318cd370 Help: Add link target for Find Modules section of cmake-developer.7
1535dcd8 Tests: Teach RunCMake to optionally merge command output to stdout
Diffstat (limited to 'Tests/RunCMake/CMakeLists.txt')
-rw-r--r-- | Tests/RunCMake/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/CMakeLists.txt b/Tests/RunCMake/CMakeLists.txt index 977721d..3709913 100644 --- a/Tests/RunCMake/CMakeLists.txt +++ b/Tests/RunCMake/CMakeLists.txt @@ -65,6 +65,7 @@ add_RunCMake_test(CMP0054) add_RunCMake_test(CMP0055) add_RunCMake_test(CMP0057) add_RunCMake_test(CMP0059) +add_RunCMake_test(CMP0060) if(CMAKE_GENERATOR STREQUAL "Ninja") add_RunCMake_test(Ninja) endif() |