summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/interface_library/RunCMakeTest.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-03-27 20:25:09 (GMT)
committerBrad King <brad.king@kitware.com>2015-03-27 20:25:09 (GMT)
commitac14cbf01710c08e9bf31670cf40d88512b55752 (patch)
treed6df138d63017c30c18b9b244d79d5f926bff120 /Tests/RunCMake/interface_library/RunCMakeTest.cmake
parent817d31db9797bfc1c6ff7e60e420532362b14463 (diff)
downloadCMake-ac14cbf01710c08e9bf31670cf40d88512b55752.zip
CMake-ac14cbf01710c08e9bf31670cf40d88512b55752.tar.gz
CMake-ac14cbf01710c08e9bf31670cf40d88512b55752.tar.bz2
Allow add_dependencies() on INTERFACE libraries (#15414)
Revert commit v3.0.0-rc1~175^2~20 (add_dependencies: Disallow use with INTERFACE_LIBRARY, 2013-12-25). Teach our dependency analysis to transitively follow INTERFACE target utility dependencies as was done or IMPORTED targets in commit v2.8.6~127^2~1 (Allow add_dependencies() on imported targets, 2010-11-19). Extend the InterfaceLibrary test with a case to cover header generation for a header-only INTERFACE library via a custom target.
Diffstat (limited to 'Tests/RunCMake/interface_library/RunCMakeTest.cmake')
-rw-r--r--Tests/RunCMake/interface_library/RunCMakeTest.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/RunCMake/interface_library/RunCMakeTest.cmake b/Tests/RunCMake/interface_library/RunCMakeTest.cmake
index 08e81c6..201daa7 100644
--- a/Tests/RunCMake/interface_library/RunCMakeTest.cmake
+++ b/Tests/RunCMake/interface_library/RunCMakeTest.cmake
@@ -7,5 +7,4 @@ run_cmake(whitelist)
run_cmake(invalid_signature)
run_cmake(global-interface)
run_cmake(genex_link)
-run_cmake(add_dependencies)
run_cmake(add_custom_command-TARGET)