From d03d853b9a608dda5ef9cbb40384f3dbabb3ed5a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 21 Dec 2019 12:48:48 +0300 Subject: cmake: use Boost::* imported targets --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 56b32a7..d030045 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.5) # for Boost::* imported targets project(aes_tools C CXX) @@ -31,7 +31,6 @@ if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX) endif() add_subdirectory(cxx) - add_subdirectory(utils) install(FILES LICENSE.txt DESTINATION share) -- cgit v1.2.3