From 9dec0cff5b6a7b8ea68c43fc34864da84d5c04ee Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 30 Mar 2020 12:11:22 +0300 Subject: update cmake-common --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index d581426..232aeb7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5) # for Boost::* imported targets project(aes_tools C CXX) -include(cmake/cmake/common.cmake) +include(cmake/common.cmake) add_subdirectory(aes) add_subdirectory(aesxx) -- cgit v1.2.3