4 Commits
Author SHA1 Message Date
PatTheMav 349372b3b3 cmake: Add changes for CMake build framework 3.0
New code path only taken if OBS_CMAKE_VERSION is set to 3.0.0 or
greater, old functionality remains unchanged.
2023-03-26 18:20:38 -04:00
PatTheMav df94b02075 cmake: Update CMake finders and helper modules 2022-03-16 23:11:06 +01:00
Ryan Foster ac59d51724 cmake: Fix Detours package name CMake warning
Since CMake 3.17, find_package_handle_standard_args (FPHSA) will emit a
warning if the package name in the caller and in FPHSA do not match.
This normalizes the name "Detours" in CMake calls to prevent this
warning.
2021-05-20 16:54:01 -07:00
jpark37 0c25581cd3 cmake: Add module for Detours 2021-05-17 02:28:11 -07:00