Skip to content

Commit

Permalink
[all] update cmake minimum required version
Browse files Browse the repository at this point in the history
  • Loading branch information
gnif committed Nov 9, 2023
1 parent fd65868 commit aaa9fd8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dump/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.0)
cmake_minimum_required(VERSION 3.5)
project(dump)

include_directories(include)
Expand Down
2 changes: 1 addition & 1 deletion lgmp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.0)
cmake_minimum_required(VERSION 3.5)
project(lgmp LANGUAGES C)

include_directories(include)
Expand Down
2 changes: 1 addition & 1 deletion relacy-test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.0)
cmake_minimum_required(VERSION 3.5)
project(relacy-test)

include_directories(include)
Expand Down
2 changes: 1 addition & 1 deletion test-client/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.0)
cmake_minimum_required(VERSION 3.5)
project(test-client)

include_directories(include)
Expand Down
2 changes: 1 addition & 1 deletion test-host/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.0)
cmake_minimum_required(VERSION 3.5)
project(test-host)

include_directories(include)
Expand Down

0 comments on commit aaa9fd8

Please sign in to comment.