Skip to content

Commit 518a984

Browse files
committed
Declare that things still work with cmake 4.2
1 parent 2176e4f commit 518a984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.8.12...3.6.0)
1+
cmake_minimum_required(VERSION 2.8.12...4.2)
22
project(using_cpp)
33

44
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/tools)

0 commit comments

Comments
 (0)