diff options
author | David Cole <david.cole@kitware.com> | 2012-01-17 21:25:19 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-01-17 21:25:19 (GMT) |
commit | 05fbfd494eb3fb343e316808d390b22d8b71c7a0 (patch) | |
tree | 4c494b01f31c6c580978821ae0b13cdaa5292120 /Tests/CMakeOnly/CMakeLists.txt | |
parent | 4cfaa91ef0ca4a85a7c39e4a9ef07eb299d5a7bf (diff) | |
parent | 8e756d2b9bb84b182a8402e71fb62d7a28d0a9c6 (diff) | |
download | CMake-05fbfd494eb3fb343e316808d390b22d8b71c7a0.zip CMake-05fbfd494eb3fb343e316808d390b22d8b71c7a0.tar.gz CMake-05fbfd494eb3fb343e316808d390b22d8b71c7a0.tar.bz2 |
Merge topic 'link-shared-depend-cycle-issue-12647'
8e756d2 Tolerate cycles in shared library link interfaces (#12647)
Diffstat (limited to 'Tests/CMakeOnly/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeOnly/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/CMakeOnly/CMakeLists.txt b/Tests/CMakeOnly/CMakeLists.txt index d32e7be..e4ba53a 100644 --- a/Tests/CMakeOnly/CMakeLists.txt +++ b/Tests/CMakeOnly/CMakeLists.txt @@ -7,3 +7,6 @@ macro(add_CMakeOnly_test test) -P ${CMAKE_CURRENT_BINARY_DIR}/Test.cmake ) endmacro() + +add_CMakeOnly_test(LinkInterfaceLoop) +set_property(TEST CMakeOnly.LinkInterfaceLoop PROPERTY TIMEOUT 90) |