mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
cmake: deal with TODO related to FeatureSummary module inclusion
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
47dd5145e3
commit
8445da58b0
2 changed files with 3 additions and 5 deletions
|
@ -1,5 +1,8 @@
|
|||
project(kdelibs)
|
||||
|
||||
include(GenerateExportHeader)
|
||||
include(FeatureSummary)
|
||||
|
||||
# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
|
||||
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules")
|
||||
|
||||
|
@ -31,7 +34,6 @@ set(LIBRARY_TYPE SHARED)
|
|||
|
||||
find_package(KDE4Internal REQUIRED)
|
||||
include(KDE4Defaults)
|
||||
include(GenerateExportHeader)
|
||||
|
||||
if(UNIX AND Q_WS_X11)
|
||||
#X11 Session Management (SM) is required
|
||||
|
|
|
@ -137,10 +137,6 @@ if(NOT Katie_FOUND)
|
|||
return()
|
||||
endif()
|
||||
|
||||
# now we are sure we have everything we need
|
||||
# TODO: move to main CMakeLists.txt files at the same time CMP0000 is dealt with
|
||||
include(FeatureSummary)
|
||||
|
||||
# are we trying to compile kdelibs? then enter bootstrap mode
|
||||
# kdelibs_SOURCE_DIR comes from "project(kdelibs)" in kdelibs/CMakeLists.txt
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue