Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
lamarrr authored Oct 4, 2023
1 parent c5b6929 commit 8084899
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ file(GLOB STX_SOURCE_FILES_LIST src/*.cc)

add_library(stx STATIC ${STX_SOURCE_FILES_LIST})
target_link_libraries(stx Threads::Threads)
target_link_libraries(stx ${ATOMIC_LIBRARY})

add_library(stx::stx ALIAS stx)

Expand Down

0 comments on commit 8084899

Please sign in to comment.