core: Remove unnecessary linking statements to threads libraries
This commit is contained in:
@@ -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})
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user