From fdf44b4573e60d78bdff4d40799a18c08771ab39 Mon Sep 17 00:00:00 2001 From: Eberhard Graether Date: Wed, 27 Jan 2016 15:43:29 +0100 Subject: [PATCH] setup: Fixed include location for botan in lib_gui target --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c1471b73..485d4af5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -255,7 +255,7 @@ set_property( # include external header without warnings target_include_directories(${LIB_GUI_PROJECT_NAME} SYSTEM PUBLIC "${CMAKE_SOURCE_DIR}/src/external" - PUBLIC "$ENV{BOTAN_DIR}/release" + PUBLIC "$ENV{BOTAN_DIR}" PUBLIC ${Boost_INCLUDE_DIRS} )