diff options
author | Brad King <brad.king@kitware.com> | 2015-01-26 15:28:25 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-01-26 15:28:25 (GMT) |
commit | 8def82585c8fe81de8ee4c852f8065e19435532e (patch) | |
tree | 0946a90ef04b8ed628c4ae0c2f7f038585d755e1 /Tests/RunCMake/try_compile/BadLinkLibraries-stderr.txt | |
parent | 7fefb97ed770e8ac32729cf50be52e5c913bd7b7 (diff) | |
parent | d0adcccbf4321437f5ecb677c7f88b3e4af484ed (diff) | |
download | CMake-8def82585c8fe81de8ee4c852f8065e19435532e.zip CMake-8def82585c8fe81de8ee4c852f8065e19435532e.tar.gz CMake-8def82585c8fe81de8ee4c852f8065e19435532e.tar.bz2 |
Merge topic 'try-run-link-libraries'
d0adcccb try_run: Add tests for LINK_LIBRARIES with mock libraries.
223c5cb7 try_run: Add test for bad link libraries.
e2b1f058 try_run: Add support for LINK_LIBRARIES option.
Diffstat (limited to 'Tests/RunCMake/try_compile/BadLinkLibraries-stderr.txt')
-rw-r--r-- | Tests/RunCMake/try_compile/BadLinkLibraries-stderr.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/RunCMake/try_compile/BadLinkLibraries-stderr.txt b/Tests/RunCMake/try_compile/BadLinkLibraries-stderr.txt index eceffec..652bcfc 100644 --- a/Tests/RunCMake/try_compile/BadLinkLibraries-stderr.txt +++ b/Tests/RunCMake/try_compile/BadLinkLibraries-stderr.txt @@ -1,5 +1,5 @@ CMake Error at BadLinkLibraries.cmake:2 \(try_compile\): - Only libraries may be used as try_compile IMPORTED LINK_LIBRARIES. Got - not_a_library of type UTILITY. + Only libraries may be used as try_compile or try_run IMPORTED + LINK_LIBRARIES. Got not_a_library of type UTILITY. Call Stack \(most recent call first\): CMakeLists.txt:3 \(include\) |