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} )