setup: Fixed include location for botan in lib_gui target
This commit is contained in:
+1
-1
@@ -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}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user