Skip to content

Commit

Permalink
Merge pull request #439 Update CMake minimum version to 3.5 to get ri…
Browse files Browse the repository at this point in the history
…d of a new deprecation warning with CMake 3.27 from SRombauts/cmake-update-minimum-version
  • Loading branch information
SRombauts committed Aug 18, 2023
2 parents d8ac3b2 + 9976cdf commit fe4bf44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
# or copy at http://opensource.org/licenses/MIT)
cmake_minimum_required(VERSION 3.1) # for "CMAKE_CXX_STANDARD" version
cmake_minimum_required(VERSION 3.5)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") # custom CMake modules like FindSQLiteCpp
project(SQLiteCpp VERSION 3.3.0)

Expand Down

0 comments on commit fe4bf44

Please sign in to comment.