ECC-1268: revert change (breaks libemos in CI)

This commit is contained in:
Shahram Najm 2021-07-29 13:58:48 +01:00
parent 36c37a016a
commit 1091465206
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ if( HAVE_ECCODES_THREADS )
ecbuild_critical("Pthreads is not supported on your system: thread library found=[${CMAKE_THREAD_LIBS_INIT}]")
endif()
set( GRIB_PTHREADS 1 )
set( THREADS_LIBRARIES Threads::Threads )
# set( THREADS_LIBRARIES Threads::Threads )
if( ${CMAKE_SYSTEM_NAME} MATCHES "Linux" )
set( GRIB_LINUX_PTHREADS 1 )
endif()