D8998: Add FindSeccomp to find-modules
David Kahles
noreply at phabricator.kde.org
Sat Nov 25 15:12:35 UTC 2017
davidk added inline comments.
INLINE COMMENTS
> FindSeccomp.cmake:50-55
> +if(CMAKE_VERSION VERSION_LESS 2.8.12)
> + message(FATAL_ERROR "CMake 2.8.12 is required by FindSeccomp.cmake")
> +endif()
> +if(CMAKE_MINIMUM_REQUIRED_VERSION VERSION_LESS 2.8.12)
> + message(AUTHOR_WARNING "Your project should require at least CMake 2.8.12 to use FindSeccomp.cmake")
> +endif()
I'm not sure about this. @graesslin is this nessecarry? Most find-modules don't check for the CMake version, and we don't do anything special here.
REPOSITORY
R240 Extra CMake Modules
REVISION DETAIL
https://phabricator.kde.org/D8998
To: davidk, graesslin
Cc: #frameworks, #build_system
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-buildsystem/attachments/20171125/22e131a6/attachment.html>
More information about the Kde-buildsystem
mailing list