diff --git a/CMakeLists.txt b/CMakeLists.txt index 4deaedfc4..2b8b83a42 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -179,7 +179,6 @@ kconfig_add_kcfg_files(okularcore_SRCS conf/settings_core.kcfgc ) add_library(okularcore SHARED ${okularcore_SRCS}) generate_export_header(okularcore BASE_NAME okularcore) -target_include_directories(okularcore INTERFACE "$") # Special handling for linking okularcore on OSX/Apple IF(APPLE)