Skip to content

Commit

Permalink
Merge pull request #276 from JohanMabille/cmake
Browse files Browse the repository at this point in the history
Upgraded to cmake 3.5 to avoid warnings
  • Loading branch information
JohanMabille authored Dec 14, 2023
2 parents c95f6c8 + 5566caa commit b072176
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 @@ -7,7 +7,7 @@
# The full license is in the file LICENSE, distributed with this software. #
############################################################################

cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.5)
project(xtl)

set(XTL_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include)
Expand Down

0 comments on commit b072176

Please sign in to comment.