mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 10:22:48 +00:00
generic: remove/replace references to KDE4Internal module
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
a39bf72a79
commit
61f31a7a00
3 changed files with 1 additions and 5 deletions
|
@ -500,8 +500,6 @@ install(
|
|||
DESTINATION ${KDE4_INCLUDE_INSTALL_DIR}
|
||||
)
|
||||
|
||||
# the path bellow will be the correct locations once FindKDE4Internal is no longer required:
|
||||
# ${KDE4_SHARE_INSTALL_PREFIX}/cmake/KDE4
|
||||
install(
|
||||
FILES
|
||||
${CMAKE_CURRENT_BINARY_DIR}/KDELibs4Config.cmake
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR)
|
||||
|
||||
# CMP0000: don't require cmake_minimum_version() directly in the top level
|
||||
# CMakeLists.txt, FindKDE4Internal.cmake is good enough
|
||||
# CMakeLists.txt, KDELibs4Config.cmake is good enough
|
||||
cmake_policy(SET CMP0000 OLD)
|
||||
# CMP0003: add the link paths to the link command as with cmake 2.4
|
||||
cmake_policy(SET CMP0003 OLD)
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# for documentation look at FindKDE4Internal.cmake
|
||||
|
||||
# this file contains the following macros (or functions):
|
||||
# KDE4_INSTALL_ICONS
|
||||
# KDE4_ADD_KCFG_FILES
|
||||
|
|
Loading…
Add table
Reference in a new issue