summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMakeLists.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-03-29 13:58:50 (GMT)
committerKitware Robot <kwrobot@kitware.com>2024-03-29 13:59:06 (GMT)
commitf852f33c69a2bca9e0e3be3b0d43b53bf18aa8f7 (patch)
tree518b504766c78f713b4dad792884fc388e2cda4e /Tests/RunCMake/CMakeLists.txt
parent8ffe1fd22c4da18f1e1f3f7f0210b675db1f888e (diff)
parent071f0d6f983546cf7ec5ab8a376c4d547293304a (diff)
downloadCMake-f852f33c69a2bca9e0e3be3b0d43b53bf18aa8f7.zip
CMake-f852f33c69a2bca9e0e3be3b0d43b53bf18aa8f7.tar.gz
CMake-f852f33c69a2bca9e0e3be3b0d43b53bf18aa8f7.tar.bz2
Merge topic 'prop-GENERATED-visibility'
071f0d6f98 CMP0163: Make GENERATED source file property globally visible 00c6573d86 cmSetPropertyCommand: Refactor checks for CMP0118 e04af1e9c2 cmGetSorceFilePropertyCommand: Simplify string comparisons Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9308
Diffstat (limited to 'Tests/RunCMake/CMakeLists.txt')
-rw-r--r--Tests/RunCMake/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/CMakeLists.txt b/Tests/RunCMake/CMakeLists.txt
index 575a321..d5b204b 100644
--- a/Tests/RunCMake/CMakeLists.txt
+++ b/Tests/RunCMake/CMakeLists.txt
@@ -173,6 +173,7 @@ add_RunCMake_test(CMP0153)
add_RunCMake_test(CMP0156 -DCMAKE_C_COMPILER_ID=${CMAKE_C_COMPILER_ID}
-DCMAKE_C_COMPILER_VERSION=${CMAKE_C_COMPILER_VERSION})
add_RunCMake_test(CMP0160)
+add_RunCMake_test(CMP0163)
# The test for Policy 65 requires the use of the
# CMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS variable, which both the VS and Xcode