Skip to content

Commit 25bedaf

Browse files
committed
we not ready to cmake 4.0 yet
1 parent 7d087b4 commit 25bedaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 4.0)
1+
cmake_minimum_required(VERSION 3.9)
22
project(jwm-project LANGUAGES CXX)
33

44
####################################################################

macos/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 4.0)
1+
cmake_minimum_required(VERSION 3.9)
22
project(jwm LANGUAGES CXX OBJC)
33
set(CMAKE_CXX_STANDARD 14)
44
set(CMAKE_CXX_STANDARD_REQUIRED ON)

0 commit comments

Comments
 (0)