Remove no longer existing include dir

NO_CHANGELOG
This commit is contained in:
Friedrich W. H. Kossebau 2020-11-16 17:25:44 +01:00
parent 07e5a3ac28
commit 8804711943
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
pkg_check_modules(BLKID REQUIRED blkid>=${BLKID_MIN_VERSION})
endif()
include_directories(${Qt5Core_INCLUDE_DIRS} ${UUID_INCLUDE_DIRS} ${BLKID_INCLUDE_DIRS} lib/ src/)
include_directories(${Qt5Core_INCLUDE_DIRS} ${UUID_INCLUDE_DIRS} ${BLKID_INCLUDE_DIRS} src/)
add_subdirectory(src)