cmake: Remove invalid comments
This commit is contained in:
parent
a1443cb43e
commit
f89a1f9766
1 changed files with 0 additions and 3 deletions
|
@ -413,7 +413,6 @@ ecm_find_qmlmodule(org.kde.kquickcontrolsaddons 2.0)
|
|||
ecm_find_qmlmodule(org.kde.plasma.core 2.0)
|
||||
ecm_find_qmlmodule(org.kde.plasma.components 2.0)
|
||||
|
||||
########### configure tests ###############
|
||||
cmake_dependent_option(KWIN_BUILD_ACTIVITIES "Enable building of KWin with kactivities support" ON "PlasmaActivities_FOUND" OFF)
|
||||
cmake_dependent_option(KWIN_BUILD_EIS "Enable building KWin with libeis support" ON "Libeis-1.0_FOUND" OFF)
|
||||
|
||||
|
@ -422,8 +421,6 @@ add_feature_info("SCHED_RESET_ON_FORK"
|
|||
HAVE_SCHED_RESET_ON_FORK
|
||||
"Required for running kwin_wayland with real-time scheduling")
|
||||
|
||||
########### global ###############
|
||||
|
||||
include_directories(BEFORE
|
||||
${CMAKE_CURRENT_BINARY_DIR}/src/wayland
|
||||
${CMAKE_CURRENT_BINARY_DIR}/src
|
||||
|
|
Loading…
Reference in a new issue