Skip to content

Commit 9f85e31

Browse files
authored
Make cmake minimum version same accross repo (#136)
1 parent 1b706f8 commit 9f85e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Unit tests
1111
# ==========
1212

13-
cmake_minimum_required(VERSION 3.1)
13+
cmake_minimum_required(VERSION 3.24)
1414

1515
if (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
1616
project(xeus-cpp-test)

0 commit comments

Comments
 (0)