Skip to content

Commit df5db30

Browse files
committed
Add cmake_minimum_required to test_iss36 CMakeLists.txt
Newer CMake versions require cmake_minimum_required() at the top of CMakeLists.txt files. Add version 3.10 requirement to fix test on modern CMake installations.
1 parent ecc9fc8 commit df5db30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_iss36.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010

1111
CMAKELISTS = """\
12+
cmake_minimum_required(VERSION 3.10)
1213
project(ct_test C)
1314
1415
set(CMAKE_C_STANDARD 99)

0 commit comments

Comments
 (0)