Skip to content

Commit

Permalink
Merge pull request #273 from jprotze/bump-cmake-version
Browse files Browse the repository at this point in the history
Bump minimum cmake version to 2.8.12 to satisfy latest cmake
  • Loading branch information
bombela authored Nov 5, 2022
2 parents a138913 + 879e2ed commit 647eccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_package/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project(backward-package-test)
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 2.8.12)

include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
conan_basic_setup(TARGETS)
Expand Down

0 comments on commit 647eccd

Please sign in to comment.