diff --git a/test_package/CMakeLists.txt b/test_package/CMakeLists.txt index 13a8d68..2f3b26c 100644 --- a/test_package/CMakeLists.txt +++ b/test_package/CMakeLists.txt @@ -1,5 +1,5 @@ project(backward-package-test) -cmake_minimum_required(VERSION 2.8.12) +cmake_minimum_required(VERSION 3.14) include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake) conan_basic_setup(TARGETS)