Skip to content
Snippets Groups Projects
Commit 2a5b22f5 authored by Teo Mrnjavac's avatar Teo Mrnjavac
Browse files

If building with KCrash, require KCoreAddons.

parent 1eba4b2d
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,10 @@ macro_log_feature(
"KCrash is used if a crash happens when running in a Plasma session."
)
if ( KF5Crash_FOUND )
find_package( KF5CoreAddons 5.18 REQUIRED )
endif()
option( WITH_PYTHON "Enable Python modules support." ON )
macro_optional_find_package( PythonLibs 3.3 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment