From 0f91382084e0ddfe0217e25c3591a90d50be2397 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: Mon, 17 Apr 2017 12:53:15 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@385 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ac2eafab..901f9e79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -162,7 +162,7 @@ if(FFTW) add_definitions(-DPIP_FFTW_THREADSAFE) list(APPEND LIBS fftw3_threads fftw3f_threads) else() - message(WARNING "WARNING PIFFTW::preparePlan was not threadsafe") + message(STATUS "WARNING PIFFTW::preparePlan was not threadsafe") endif() endif() else()