summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0037/CMP0037-WARN-colon.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-10-26 15:47:14 (GMT)
committerBrad King <brad.king@kitware.com>2017-10-26 18:11:19 (GMT)
commit103501c4e008a274aae1f25a3c2e2137b9e4c8e5 (patch)
tree460475f10134ba718722e0efc037fc5bbc055562 /Tests/RunCMake/CMP0037/CMP0037-WARN-colon.cmake
parent2d0b3e6ed2e6b21bf24050c023215126aa131a60 (diff)
downloadCMake-103501c4e008a274aae1f25a3c2e2137b9e4c8e5.zip
CMake-103501c4e008a274aae1f25a3c2e2137b9e4c8e5.tar.gz
CMake-103501c4e008a274aae1f25a3c2e2137b9e4c8e5.tar.bz2
Tests: Do not enable languages in all cases of RunCMake.CMP0037
Diffstat (limited to 'Tests/RunCMake/CMP0037/CMP0037-WARN-colon.cmake')
-rw-r--r--Tests/RunCMake/CMP0037/CMP0037-WARN-colon.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/CMP0037/CMP0037-WARN-colon.cmake b/Tests/RunCMake/CMP0037/CMP0037-WARN-colon.cmake
index 445e3b2..1b1a405 100644
--- a/Tests/RunCMake/CMP0037/CMP0037-WARN-colon.cmake
+++ b/Tests/RunCMake/CMP0037/CMP0037-WARN-colon.cmake
@@ -1,4 +1,4 @@
-
+enable_language(CXX)
add_library("lib:colon" empty.cpp)
add_executable("exe:colon" empty.cpp)
add_custom_target("custom:colon")