ports/comms/uhd/files/patch-host_cmake_Modules_UHDAtomics.cmake
Michael Reifenberger d61850c691 comms/uhd: Fix pkg-plist and update
Try to unbreak the build and update to 4.2.0.0
2022-05-30 18:41:57 +02:00

15 lines
640 B
CMake

--- host/cmake/Modules/UHDAtomics.cmake.orig 2022-05-30 13:45:17 UTC
+++ host/cmake/Modules/UHDAtomics.cmake
@@ -102,9 +102,9 @@ macro(CHECK_ATOMICS_LIB_REQUIRED required_var)
message(FATAL_ERROR "Host compiler must support std::atomic!")
endif()
else()
- message(
- FATAL_ERROR
- "Boost appears to require libatomic, but cannot find it.")
+ # message(
+ # FATAL_ERROR
+ # "Boost appears to require libatomic, but cannot find it.")
endif()
endif()
endif()