summaryrefslogtreecommitdiff
path: root/cmake/Modules/FindFFTW3f.cmake
AgeCommit message (Collapse)Author
2012-02-08cmake: fix for handling fftw_threads as an optional library only.Tom Rondeau
2012-02-06core: enable use of fftw's threading capabilities.Marcus Leech
Can set nthreads when creating an fftw class; defaults to 1, so there's no change in default behavior.
2012-02-05cmake: remove QUIET option from some listfilesJohnathan Corgan
* PKG_CHECK_MODULES only supports QUIET >=2.8.2, Ubuntu LTS has 2.8.0
2011-12-12cmake: fix QUIET arg usage on PKG_CHECK_MODULESJosh Blum
2011-10-25cmake: fix for find* scriptsJosh Blum
Yes there was a misunderstanding and I read the docs wrong. This change uses the correct lib and inc dirs set by the pkg config macro. http://techbase.kde.org/Policies/CMake_Coding_Style#Writing_CMake_Find-modules
2011-09-17cmake: modified find files to better follow coding guideJosh Blum
http://www.cmake.org/cgi-bin/viewcvs.cgi/Modules/readme.txt?root=CMake&view=markup
2011-07-20gr: squashed cmakelists.txt into one commitJosh Blum