Skip to content

Commit

Permalink
cmake < 3.5 being deprecated
Browse files Browse the repository at this point in the history
Bump to 3.5.

Closes #155
  • Loading branch information
jbaldwin committed Oct 3, 2024
1 parent e96e050 commit 8f2caa6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0)
cmake_minimum_required(VERSION 3.5)
project(lifthttp CXX)

# Set the githooks directory to auto format and update the readme.
Expand Down
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.5)
project(liblifthttp_examples CXX)

### readme ###
Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.5)
project(liblifthttp_tests)

option(LIFT_LOCALHOST_TESTS "Define ON if running tests locally." OFF)
Expand Down

0 comments on commit 8f2caa6

Please sign in to comment.