From bf655dd4c97768b23200b9dca8a0dde8728fc3ff Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 21 Dec 2019 01:31:28 +0200 Subject: [PATCH] Update test CMakeLists files --- test/cmake_install_test/CMakeLists.txt | 4 ++-- test/cmake_subdir_test/CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/cmake_install_test/CMakeLists.txt b/test/cmake_install_test/CMakeLists.txt index 1a3a449..6dfc020 100644 --- a/test/cmake_install_test/CMakeLists.txt +++ b/test/cmake_install_test/CMakeLists.txt @@ -2,11 +2,11 @@ # Distributed under the Boost Software License, Version 1.0. # See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.5...3.16) project(cmake_install_test LANGUAGES CXX) -find_package(BoostMp11 REQUIRED) +find_package(boost_mp11 REQUIRED) add_executable(main main.cpp) target_link_libraries(main Boost::mp11) diff --git a/test/cmake_subdir_test/CMakeLists.txt b/test/cmake_subdir_test/CMakeLists.txt index a2007ea..6dd6975 100644 --- a/test/cmake_subdir_test/CMakeLists.txt +++ b/test/cmake_subdir_test/CMakeLists.txt @@ -2,7 +2,7 @@ # Distributed under the Boost Software License, Version 1.0. # See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.5...3.16) project(cmake_subdir_test LANGUAGES CXX)