Skip to content

Commit 647eccd

Browse files
authored
Merge pull request #273 from jprotze/bump-cmake-version
Bump minimum cmake version to 2.8.12 to satisfy latest cmake
2 parents a138913 + 879e2ed commit 647eccd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_package/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project(backward-package-test)
2-
cmake_minimum_required(VERSION 2.8)
2+
cmake_minimum_required(VERSION 2.8.12)
33

44
include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
55
conan_basic_setup(TARGETS)

0 commit comments

Comments
 (0)