diff --git a/Tests/RunCMake/Instrumentation/CMakeLists.txt b/Tests/RunCMake/Instrumentation/CMakeLists.txt index dda37d8bc5..f54f74670c 100644 --- a/Tests/RunCMake/Instrumentation/CMakeLists.txt +++ b/Tests/RunCMake/Instrumentation/CMakeLists.txt @@ -1,3 +1,3 @@ -cmake_minimum_required(VERSION 3.30) +cmake_minimum_required(VERSION 4.3) project(${RunCMake_TEST} NONE) include(${RunCMake_TEST}.cmake) diff --git a/Tests/RunCMake/Instrumentation/RunCMakeTest.cmake b/Tests/RunCMake/Instrumentation/RunCMakeTest.cmake index 52461fcc2b..623f78dcbc 100644 --- a/Tests/RunCMake/Instrumentation/RunCMakeTest.cmake +++ b/Tests/RunCMake/Instrumentation/RunCMakeTest.cmake @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.30) +cmake_minimum_required(VERSION 4.3) include(RunCMake) function(instrument test) diff --git a/Tests/RunCMake/Instrumentation/project/CMakeLists.txt b/Tests/RunCMake/Instrumentation/project/CMakeLists.txt index ebd1956ede..6e7f2457ce 100644 --- a/Tests/RunCMake/Instrumentation/project/CMakeLists.txt +++ b/Tests/RunCMake/Instrumentation/project/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.30) +cmake_minimum_required(VERSION 4.3) project(instrumentation) enable_testing() if (EXISTS ${INSTRUMENT_COMMAND_FILE})