mirror of https://github.com/ecmwf/eccodes.git
ECC-1268: revert change (breaks libemos in CI)
This commit is contained in:
parent
36c37a016a
commit
1091465206
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue