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
Education
KWordQuiz
Commits
814c874c
Commit
814c874c
authored
Sep 22, 2020
by
Laurent Montel
😁
Browse files
Remove explicit ECM_KDE_MODULE_DIR
parent
2cbb688d
Changes
1
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
814c874c
...
...
@@ -18,7 +18,7 @@ include(FeatureSummary)
find_package
(
Qt5 CONFIG REQUIRED Core Widgets PrintSupport
)
find_package
(
ECM 1.7.0 NO_MODULE REQUIRED
)
set
(
CMAKE_MODULE_PATH
${
CMAKE_MODULE_PATH
}
${
ECM_MODULE_PATH
}
${
ECM_KDE_MODULE_DIR
}
)
set
(
CMAKE_MODULE_PATH
${
CMAKE_MODULE_PATH
}
${
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