-
-
Notifications
You must be signed in to change notification settings - Fork 181
Look into extra-cmake-modules #1902
Copy link
Copy link
Open
Labels
buildsThis affects the build process or release artifactsThis affects the build process or release artifactsenhancementTypically new features; lesser priority than bugsTypically new features; lesser priority than bugs
Milestone
Metadata
Metadata
Assignees
Labels
buildsThis affects the build process or release artifactsThis affects the build process or release artifactsenhancementTypically new features; lesser priority than bugsTypically new features; lesser priority than bugs
https://api.kde.org/ecm/ provides some modules that could be interesting for us, like the
ECMEnableSanitizersmodule. (Possibly there's more neat stuff to be found there?)I have seen another project (kdab/hostspot) include it with
find_package(ECM 1.0.0 NO_MODULE REQUIRED), and I'm curious as to whyNO_MODULEis there, but whatever.