Skip to content

Commit

Permalink
Merge pull request #1836 from eeff/v2.7
Browse files Browse the repository at this point in the history
Pick to v2.7 build: cmake link libatomic
  • Loading branch information
fengzeroz authored Jan 31, 2024
2 parents a8ce8c9 + f8e879c commit f288422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ add_library(neuron-base SHARED)
target_sources(neuron-base PRIVATE ${NEURON_BASE_SOURCES} ${NEURON_SRC_PARSE})
target_include_directories(neuron-base
PRIVATE include/neuron src)
target_link_libraries(neuron-base libssl.a libcrypto.a)
target_link_libraries(neuron-base atomic libssl.a libcrypto.a)
target_link_libraries(neuron-base nng libzlog.so jansson jwt
${CMAKE_THREAD_LIBS_INIT})
add_dependencies(neuron-base neuron-version)
Expand Down

0 comments on commit f288422

Please sign in to comment.