core: Remove unnecessary linking statements to threads libraries

This commit is contained in:
Gabriel Ferreira
2023-07-14 15:30:06 -03:00
parent 3de318090a
commit 6a71f98430
2 changed files with 1 additions and 4 deletions

View File

@@ -1,7 +1,5 @@
# Set lib core link dependencies
set(libraries_to_link
${CMAKE_THREAD_LIBS_INIT}
)
set(libraries_to_link)
set(gsl_test_sources)
if(${GSL_FOUND})

View File

@@ -47,7 +47,6 @@ build_lib_example(
NAME main-test-sync
SOURCE_FILES main-test-sync.cc
LIBRARIES_TO_LINK ${libnetwork}
${CMAKE_THREAD_LIBS_INIT}
)
build_lib_example(