summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/VS10Project/RunCMakeTest.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-08-02 15:49:11 (GMT)
committerBrad King <brad.king@kitware.com>2023-08-02 15:53:48 (GMT)
commit0d1529000d3b52cc3468d90696f5b5b70616bb85 (patch)
tree5c4fd5a32ec5413042018c4bac11b92fcac55561 /Tests/RunCMake/VS10Project/RunCMakeTest.cmake
parent6e4822a035d1af77b9a86e36cdd213c3d2fce54c (diff)
downloadCMake-0d1529000d3b52cc3468d90696f5b5b70616bb85.zip
CMake-0d1529000d3b52cc3468d90696f5b5b70616bb85.tar.gz
CMake-0d1529000d3b52cc3468d90696f5b5b70616bb85.tar.bz2
VS: Revert "Add CMake input files to ZERO_CHECK"
Since commit df58dbb0e9 (VS: Add CMake input files to ZERO_CHECK, 2023-03-19, v3.27.0-rc1~157^2), projects that specify the same file both as input to `configure_file` and as the `MAIN_DEPENDENCY` of a custom command fail to configure. Revert the change pending further investigation. Add a test case demonstrating the problem. Issue: #24557 Fixes: #25149
Diffstat (limited to 'Tests/RunCMake/VS10Project/RunCMakeTest.cmake')
-rw-r--r--Tests/RunCMake/VS10Project/RunCMakeTest.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/RunCMake/VS10Project/RunCMakeTest.cmake b/Tests/RunCMake/VS10Project/RunCMakeTest.cmake
index cb1a5d5..669049a 100644
--- a/Tests/RunCMake/VS10Project/RunCMakeTest.cmake
+++ b/Tests/RunCMake/VS10Project/RunCMakeTest.cmake
@@ -7,7 +7,6 @@ if(CMAKE_C_COMPILER_ID STREQUAL "MSVC" AND CMAKE_C_COMPILER_VERSION VERSION_GREA
run_cmake(LanguageStandard)
endif()
-run_cmake(CMakeInputs)
run_cmake(CustomCommandGenex)
if(NOT RunCMake_GENERATOR MATCHES "^Visual Studio 1[1-5] ")
run_cmake(CustomCommandParallel)