mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Try to fix libatomic linkage on raspbian
SPE-1073
This commit is contained in:
@@ -262,10 +262,8 @@ target_link_libraries(libslic3r
|
||||
${CMAKE_DL_LIBS}
|
||||
)
|
||||
|
||||
|
||||
find_library(CXX_ATOMIC_LIBRARY atomic)
|
||||
if (CXX_ATOMIC_LIBRARY)
|
||||
target_link_libraries(libslic3r ${CXX_ATOMIC_LIBRARY})
|
||||
if (NOT MSVC)
|
||||
target_link_libraries(libslic3r atomic) # no cmake magic for this...
|
||||
endif()
|
||||
|
||||
if (TARGET OpenVDB::openvdb)
|
||||
|
||||
Reference in New Issue
Block a user