-
Notifications
You must be signed in to change notification settings - Fork 803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use upstream Extra CMake Modules #6810
base: master
Are you sure you want to change the base?
Conversation
CMakeLists.txt
Outdated
set(APPLE_SUPPRESS_X11_WARNING ON) | ||
|
||
find_package(ECM 6.0.0 REQUIRED NO_MODULE) | ||
set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://projects.kde.org/projects/kdesupport/extra-cmake-modules") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the URL to https://invent.kde.org/frameworks/extra-cmake-modules
include(KDEInstallDirs) | ||
include(KDECMakeSettings) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I need to check how those two impact our windows builds
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
84172ea
to
eb8d6ed
Compare
AppImage file: nextcloud-PR-6810-eb8d6ed800d66755a6afb8f55dbadf7f5d241f4b-x86_64.AppImage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please fix compilation
all CI checks should be OK
No description provided.