Skip to content

Commit

Permalink
Merge pull request #1896 from fengzeroz/v2.6
Browse files Browse the repository at this point in the history
rm atomic
  • Loading branch information
fengzeroz authored Mar 11, 2024
2 parents 0fe5c37 + f9e3e6b commit 07ff044
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 @@ -103,7 +103,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 atomic libssl.a libcrypto.a)
target_link_libraries(neuron-base 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 07ff044

Please sign in to comment.