mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
generic: disable kdevelop build by default for now
This commit is contained in:
parent
e03edc23a0
commit
9a42975278
2 changed files with 3 additions and 4 deletions
|
@ -61,6 +61,7 @@ macro_optional_add_subdirectory (svgpart)
|
|||
macro_optional_add_subdirectory (thumbnailers)
|
||||
macro_optional_add_subdirectory (yakuake)
|
||||
macro_optional_add_subdirectory (kdevplatform)
|
||||
macro_optional_add_subdirectory (kdevelop)
|
||||
# FIXME: bootstrap fails because of kdevplatform not being found
|
||||
# macro_optional_add_subdirectory (kdevelop)
|
||||
|
||||
macro_display_feature_log()
|
||||
|
|
|
@ -37,9 +37,7 @@ if("${_isSystemLibDir}" STREQUAL "-1")
|
|||
endif("${_isSystemLibDir}" STREQUAL "-1")
|
||||
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
|
||||
|
||||
# find_package(KDevPlatform COMPONENTS INTERFACES REQUIRED)
|
||||
include(ExternalProject)
|
||||
ExternalProject_Add(KDevPlatform SOURCE_DIR "${CMAKE_SOURCE_DIR}/kdevplatform")
|
||||
find_package(KDevPlatform REQUIRED)
|
||||
|
||||
include_directories(${KDEVPLATFORM_INCLUDE_DIR})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue