Skip to content

Commit

Permalink
refactor: bump CMake requirement to 3.27 so we can debug it
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Dec 19, 2024
1 parent 656e2ce commit 0e28e2b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.16)
cmake_minimum_required(VERSION 3.27)

set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH})
if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_CURRENT_BINARY_DIR)
Expand Down
2 changes: 1 addition & 1 deletion external/capsimage/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.16)
cmake_minimum_required(VERSION 3.27)
project(capsimage)

set(PROJECT_TITLE CAPSImage)
Expand Down
2 changes: 1 addition & 1 deletion external/floppybridge/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.16)
cmake_minimum_required(VERSION 3.27)
project (floppybridge VERSION 1.6.4)
enable_language(C CXX)
add_library(floppybridge SHARED
Expand Down
2 changes: 1 addition & 1 deletion external/libguisan/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.16)
cmake_minimum_required(VERSION 3.27)
project(guisan VERSION 1.1.0 DESCRIPTION "Guisan")
add_library(guisan STATIC
src/actionevent.cpp
Expand Down

0 comments on commit 0e28e2b

Please sign in to comment.