From 76b1ad64a9f3d29ace9f3aeb220463a56423337b Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Thu, 29 Jan 2015 16:22:33 +0000 Subject: [PATCH] GRIB-689: CMake: threads not enabled --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index c74e7f847..23b31b628 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -157,6 +157,7 @@ if( HAVE_GRIB_THREADS ) endif() endif() endif() +message(STATUS " GRIB_PTHREADS=${GRIB_PTHREADS}") set( GRIB_MEM_ALIGN 0 ) if( ENABLE_ALIGN_MEMORY )