summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/set_property/RunCMakeTest.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-01-09 21:27:25 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2017-01-09 21:27:25 (GMT)
commitcda3a69b1bcc2e83806f7423c6970a794be8261f (patch)
treea4aadaa027c7519f43dabd6568f35c6990979608 /Tests/RunCMake/set_property/RunCMakeTest.cmake
parent0dabeb6024b352bc7d5f9e1dce63ad87186ce36f (diff)
parent98f2143305b8b8c5ce08dfa38ee79750696865a6 (diff)
downloadCMake-cda3a69b1bcc2e83806f7423c6970a794be8261f.zip
CMake-cda3a69b1bcc2e83806f7423c6970a794be8261f.tar.gz
CMake-cda3a69b1bcc2e83806f7423c6970a794be8261f.tar.bz2
Merge topic 'read-only-type-target-property'
98f21433 cmTarget: Enforce TYPE being a read-only property
Diffstat (limited to 'Tests/RunCMake/set_property/RunCMakeTest.cmake')
-rw-r--r--Tests/RunCMake/set_property/RunCMakeTest.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/set_property/RunCMakeTest.cmake b/Tests/RunCMake/set_property/RunCMakeTest.cmake
index 37c7124..1ddacee 100644
--- a/Tests/RunCMake/set_property/RunCMakeTest.cmake
+++ b/Tests/RunCMake/set_property/RunCMakeTest.cmake
@@ -6,4 +6,5 @@ run_cmake(COMPILE_OPTIONS)
run_cmake(INCLUDE_DIRECTORIES)
run_cmake(LINK_LIBRARIES)
run_cmake(SOURCES)
+run_cmake(TYPE)
run_cmake(USER_PROP)