File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
6
6
# or copy at http://opensource.org/licenses/MIT)
7
- cmake_minimum_required (VERSION 3.5 )
7
+ cmake_minimum_required (VERSION 3.8 )
8
8
list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR} /cmake" ) # custom CMake modules like FindSQLiteCpp
9
9
project (SQLiteCpp VERSION 3.3.3 )
10
10
Original file line number Diff line number Diff line change 4
4
#
5
5
# Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
6
6
# or copy at http://opensource.org/licenses/MIT)
7
- cmake_minimum_required (VERSION 3.1 ) # for "CMAKE_CXX_STANDARD" version
7
+ cmake_minimum_required (VERSION 3.8 ) # for "CMAKE_CXX_STANDARD" version
8
8
project (SQLiteCpp_Example VERSION 2.0 )
9
9
10
10
# SQLiteC++ 3.x now requires C++11 compiler
You can’t perform that action at this time.
0 commit comments