Sophie

Sophie

distrib > Mageia > 8 > i586 > media > core-updates_testing-src > by-pkgid > 028a23cdabb74f9bb9760d2bdf30f485 > files > 1

cimg-3.2.0-1.mga8.src.rpm

diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 38b5894..328dd01 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -198,7 +198,7 @@ if(FFTW3_FOUND)
   SET(CIMG_CFLAGS "${CIMG_CFLAGS} ${CIMG_FFTW3_CCFLAGS}")
   link_directories( ${FFTW3_LIBRARY_DIRS} )
   include_directories( ${FFTW3_INCLUDE_DIRS} )
-  SET( SYSTEM_LIBS ${SYSTEM_LIBS} ${FFTW3_LIBRARIES} )
+  SET( SYSTEM_LIBS ${SYSTEM_LIBS} ${FFTW3_LIBRARIES} fftw3_threads)
 endif()