summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/interface_library/RunCMakeTest.cmake
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-03-19 14:50:01 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-03-19 14:51:21 (GMT)
commit2600e923a66a86784f756c7d5b9a8b06c5848576 (patch)
tree67a071f94c4169fb2ce826de095de7a1a8f22b6e /Tests/RunCMake/interface_library/RunCMakeTest.cmake
parent0f4e8fd0e9d4be3d6a9b6fd6d5a89f5155192064 (diff)
downloadCMake-2600e923a66a86784f756c7d5b9a8b06c5848576.zip
CMake-2600e923a66a86784f756c7d5b9a8b06c5848576.tar.gz
CMake-2600e923a66a86784f756c7d5b9a8b06c5848576.tar.bz2
Disallow INTERFACE libraries with add_custom_command(TARGET).
Don't attempt to trace their dependencies.
Diffstat (limited to 'Tests/RunCMake/interface_library/RunCMakeTest.cmake')
-rw-r--r--Tests/RunCMake/interface_library/RunCMakeTest.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/interface_library/RunCMakeTest.cmake b/Tests/RunCMake/interface_library/RunCMakeTest.cmake
index 3c457c5..08e81c6 100644
--- a/Tests/RunCMake/interface_library/RunCMakeTest.cmake
+++ b/Tests/RunCMake/interface_library/RunCMakeTest.cmake
@@ -8,3 +8,4 @@ run_cmake(invalid_signature)
run_cmake(global-interface)
run_cmake(genex_link)
run_cmake(add_dependencies)
+run_cmake(add_custom_command-TARGET)