summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-05-26 19:37:27 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-05-26 19:37:35 (GMT)
commit614e93c563c977b68e37399d09d28d58672166d4 (patch)
tree56551bbd097bcc7edeec84a93ed3b2668d554c70 /Tests/RunCMake
parent7c0e5fcf636b21fb2f422add09b2c1bd70d336b0 (diff)
parent9812e87ee44b758f82f4612950ffa03df934e90a (diff)
downloadCMake-614e93c563c977b68e37399d09d28d58672166d4.zip
CMake-614e93c563c977b68e37399d09d28d58672166d4.tar.gz
CMake-614e93c563c977b68e37399d09d28d58672166d4.tar.bz2
Merge topic 'test-vs-generator'
9812e87ee4 gitlab-ci: add a test of the VS generator based off of the ninja build e63fe4a588 ci: add a script to run the tests with an external CMake 9893e159cc ci: support setting the generator platform and toolset e0b9e8fba8 ci: test the configuration that was built f00ab86f1f ci: use BOOL for boolean settings deb5194a32 tests: avoid a warning for ctresalloc f5e6738051 gitlab-ci: get the VS2019 location from the runner 79f3790c1a gitlab-ci: get sccache location from the runner on Windows ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4794
Diffstat (limited to 'Tests/RunCMake')
-rw-r--r--Tests/RunCMake/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/CMakeLists.txt b/Tests/RunCMake/CMakeLists.txt
index 983f7e4..868eb24 100644
--- a/Tests/RunCMake/CMakeLists.txt
+++ b/Tests/RunCMake/CMakeLists.txt
@@ -416,7 +416,7 @@ endif()
if(TARGET ctresalloc)
add_RunCMake_test(CTestResourceAllocation -DCTRESALLOC_COMMAND=$<TARGET_FILE:ctresalloc>)
else()
- message(WARNING "Could not find or build ctresalloc")
+ message(STATUS "Could not find ctresalloc")
endif()
find_package(Qt4 QUIET)