Skip to content

Commit

Permalink
Merge branch 'develop' into feature/KafkaPort
Browse files Browse the repository at this point in the history
  • Loading branch information
neilstephens committed Nov 23, 2024
2 parents 26e9f24 + 3fe8101 commit cffe883
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,7 @@ else()
set(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined")

if(CMAKE_SYSTEM_PROCESSOR MATCHES "arm" OR CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64")
check_library_exists(atomic __atomic_load_8 "" HAVE_LIBATOMIC)
if(HAVE_LIBATOMIC)
link_libraries(atomic)
endif()
link_libraries(atomic)
endif()
endif()
# tell asio to only compile once (where <asio/impl/src.hpp> is included)
Expand Down

0 comments on commit cffe883

Please sign in to comment.