From 7f67db8c4468db530e3f8914b8754540e262ba9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Fri, 14 Apr 2017 09:34:58 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@350 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e031694e..f52d6760 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -160,6 +160,8 @@ if(FFTW) if(FFTW_THREADS) add_definitions(-DPIP_FFTW_THREADSAFE) list(APPEND LIBS fftw3_threads fftw3f_threads) + else() + message(WARNING "Building fftw3 without threadsafe") endif() endif() else()