Skip to content

Commit febb73b

Browse files
committed
Undid CMake version bump.
1 parent a6ee6ed commit febb73b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 3.21)
1+
cmake_minimum_required(VERSION 3.11)
22

33
include(cmake/options.cmake)
44

cairo-wrap

drawings/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 3.21)
1+
cmake_minimum_required(VERSION 3.11)
22

33
add_executable(interval-tree-drawings "main.cpp")
44

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version Check
2-
cmake_minimum_required(VERSION 3.21)
2+
cmake_minimum_required(VERSION 3.11)
33

44
# Default CXX Standard
55
if (NOT "${CMAKE_CXX_STANDARD}")

0 commit comments

Comments
 (0)