File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77# The full license is in the file LICENSE, distributed with this software. #
88############################################################################
99
10- cmake_minimum_required (VERSION 3.4.3 )
10+ cmake_minimum_required (VERSION 3.20 )
1111project (xeus-sqlite)
1212
1313set (XEUS_SQLITE_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR} /include )
@@ -379,4 +379,4 @@ if(EMSCRIPTEN)
379379 "$<TARGET_FILE_DIR:xsqlite>/xsqlite.js"
380380 "$<TARGET_FILE_DIR:xsqlite>/xsqlite.wasm"
381381 DESTINATION ${CMAKE_INSTALL_BINDIR} )
382- endif ()
382+ endif ()
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.1 )
1+ cmake_minimum_required (VERSION 3.20 )
22
33if (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR )
44 project (xeus_sqlite-test )
You can’t perform that action at this time.
0 commit comments