From 9924b11ff84ae1e2f247d8cd81a66c00f5569f8b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 9 Jan 2020 02:58:14 +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 232aeb7..d581426 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/common.cmake) +include(cmake/cmake/common.cmake) add_subdirectory(aes) add_subdirectory(aesxx) -- cgit v1.2.3