From 4a1c199e8eb687f6df8de6a4e65e9368db1c9ddf Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Wed, 15 Apr 2015 15:01:57 +0100 Subject: [PATCH] Remove unneeded target_include_directories() --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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)