Skip to content

Commit 879e2ed

Browse files
committed
Bump minimum cmake version to 2.8.12 to satisfy latest cmake
1 parent 0ddfadc commit 879e2ed

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)