Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Print Manager
Commits
64049e7e
Commit
64049e7e
authored
Sep 16, 2020
by
Laurent Montel
😁
Browse files
Remove explicit ECM_KDE_MODULE_DIR
parent
e1dfce6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
64049e7e
...
...
@@ -16,7 +16,7 @@ set(KF5_MIN_VERSION "5.72.0")
################# set KDE specific information #################
find_package
(
ECM
${
KF5_MIN_VERSION
}
REQUIRED NO_MODULE
)
set
(
CMAKE_MODULE_PATH
${
CMAKE_MODULE_PATH
}
${
CMAKE_CURRENT_SOURCE_DIR
}
/cmake/modules
${
ECM_MODULE_PATH
}
${
ECM_KDE_MODULE_DIR
}
)
set
(
CMAKE_MODULE_PATH
${
CMAKE_MODULE_PATH
}
${
CMAKE_CURRENT_SOURCE_DIR
}
/cmake/modules
${
ECM_MODULE_PATH
}
)
include
(
KDEInstallDirs
)
include
(
KDECMakeSettings
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment