From 44b54c290d4ccbade8b679e88a580c0b56493045 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sun, 6 Sep 2020 12:36:49 +0200 Subject: [PATCH] test_package fixed --- test_package/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_package/CMakeLists.txt b/test_package/CMakeLists.txt index b59831c0..ce6a5c40 100644 --- a/test_package/CMakeLists.txt +++ b/test_package/CMakeLists.txt @@ -27,7 +27,7 @@ project(test_package) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../cmake") # compilation options and flags used in a project development process -include(common/cmake/scripts) +include(common/scripts) include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake) conan_basic_setup(TARGETS)