diff --git a/akregator/interfaces/CMakeLists.txt b/akregator/interfaces/CMakeLists.txt index af07ec42..09973194 100644 --- a/akregator/interfaces/CMakeLists.txt +++ b/akregator/interfaces/CMakeLists.txt @@ -1,7 +1,5 @@ ########### next target ############### -include_directories(${Boost_INCLUDE_DIR}) - set(akregatorinterfaces_LIB_SRCS command.cpp feedlistmanagementinterface.cpp diff --git a/akregator/plugins/mk4storage/CMakeLists.txt b/akregator/plugins/mk4storage/CMakeLists.txt index 85a12c5c..42b00a5b 100644 --- a/akregator/plugins/mk4storage/CMakeLists.txt +++ b/akregator/plugins/mk4storage/CMakeLists.txt @@ -7,7 +7,6 @@ include_directories( ${PROJECT_BINARY_DIR} ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} - ${Boost_INCLUDE_DIR} ) set(libmetakitlocal_SRCS diff --git a/akregator/plugins/onlinesync/CMakeLists.txt b/akregator/plugins/onlinesync/CMakeLists.txt index 301ead5c..9b1b433d 100644 --- a/akregator/plugins/onlinesync/CMakeLists.txt +++ b/akregator/plugins/onlinesync/CMakeLists.txt @@ -6,7 +6,6 @@ include_directories( ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} - ${Boost_INCLUDE_DIRS} ) ########### next target ############### diff --git a/akregator/plugins/sharemicroblog/CMakeLists.txt b/akregator/plugins/sharemicroblog/CMakeLists.txt index 39db75d8..93e9bc97 100644 --- a/akregator/plugins/sharemicroblog/CMakeLists.txt +++ b/akregator/plugins/sharemicroblog/CMakeLists.txt @@ -6,7 +6,6 @@ include_directories( ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} - ${Boost_INCLUDE_DIRS} ) set(akregator_sharemicroblog_plugin_SRCS sharemicroblogplugin.cpp) diff --git a/akregator/src/CMakeLists.txt b/akregator/src/CMakeLists.txt index 98c61b35..b1e24262 100644 --- a/akregator/src/CMakeLists.txt +++ b/akregator/src/CMakeLists.txt @@ -4,7 +4,6 @@ add_subdirectory(about) add_subdirectory(icons) include_directories( - ${Boost_INCLUDE_DIR} ${PROJECT_SOURCE_DIR}/interfaces ${PROJECT_BINARY_DIR}/interfaces ) diff --git a/kdeplasma-addons/CMakeLists.txt b/kdeplasma-addons/CMakeLists.txt index 0bda71c8..5cf370c4 100644 --- a/kdeplasma-addons/CMakeLists.txt +++ b/kdeplasma-addons/CMakeLists.txt @@ -15,7 +15,6 @@ macro_log_feature(QCA2_FOUND "QCA2" "Qt Cryptographic Architecture" "http://delt macro_optional_find_package(KdepimLibs) macro_log_feature(KDEPIMLIBS_FOUND "kdepimlibs" "KDE PIM libraries" "http://www.kde.org" FALSE "" "Needed for building several Plasma plugins") -find_package(Boost) set(LIBATTICA_MIN_VERSION "0.1.1") macro_optional_find_package(LibAttica) diff --git a/kdeplasma-addons/libs/lancelot-datamodels/CMakeLists.txt b/kdeplasma-addons/libs/lancelot-datamodels/CMakeLists.txt index 92047575..7e3da4de 100644 --- a/kdeplasma-addons/libs/lancelot-datamodels/CMakeLists.txt +++ b/kdeplasma-addons/libs/lancelot-datamodels/CMakeLists.txt @@ -55,7 +55,6 @@ set(LANCELOT_DATAMODELS_LIBS FORCE) include_directories( - ${Boost_INCLUDE_DIR} ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR} diff --git a/syndication/tests/CMakeLists.txt b/syndication/tests/CMakeLists.txt index ddaa2971..cbf465cf 100644 --- a/syndication/tests/CMakeLists.txt +++ b/syndication/tests/CMakeLists.txt @@ -3,7 +3,6 @@ set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} ) include_directories( ${CMAKE_SOURCE_DIR}/syndication ${CMAKE_BINARY_DIR}/syndication - ${Boost_INCLUDE_DIR} ) ########### next target ###############