No subject
Sun Apr 3 09:54:08 EDT 2011
What does this code output, when placed:
(1) directly after the find_package(FFTW) call?
(2) at the very bottom of your CMakeLists.txt file...?
message(STATUS "FFTW_INCLUDE_DIR='${FFTW_INCLUDE_DIR}'")
message(STATUS "FFTW_LIBRARIES='${FFTW_LIBRARIES}'")
message(STATUS "FFTW_FOUND='${FFTW_FOUND}'")
message(STATUS "CMAKE_MODULE_PATH='${CMAKE_MODULE_PATH}'")
Is "find_package(FFTW)" exactly how you call it?
Are there any FFTW_ variables in your CMakeCache.txt?
Is there another FindFFTW.cmake on your machine that may be used
earlier in the CMAKE_MODULE_PATH than the one you pointed us to?
Thx,
David C.
More information about the CMake
mailing list