diff options
Diffstat (limited to 'comms/uhd/files/patch-host_cmake_Modules_UHDAtomics.cmake')
-rw-r--r-- | comms/uhd/files/patch-host_cmake_Modules_UHDAtomics.cmake | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/comms/uhd/files/patch-host_cmake_Modules_UHDAtomics.cmake b/comms/uhd/files/patch-host_cmake_Modules_UHDAtomics.cmake new file mode 100644 index 000000000000..ef5f6f1b90be --- /dev/null +++ b/comms/uhd/files/patch-host_cmake_Modules_UHDAtomics.cmake @@ -0,0 +1,15 @@ +--- 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() |