Fixed default arguments in healpix_transform. Fixed fftw detection in CMake

This commit is contained in:
Guilhem Lavaux 2014-02-27 15:30:21 +01:00
parent 083cad3c77
commit 86dc4bd249
3 changed files with 12 additions and 2 deletions

View file

@ -61,6 +61,10 @@ pkg_check_modules(FFTW3 fftw3>=3.3)
pkg_check_modules(FFTW3F fftw3f>=3.3)
pkg_check_modules(EIGEN3 eigen3)
find_library(FFTW3F_LIBRARY_FULL fftw3f PATHS ${FFTW3F_LIBDIR} NO_DEFAULT_PATH)
find_library(FFTW3_LIBRARY_FULL fftw3 PATHS ${FFTW3_LIBDIR} NO_DEFAULT_PATH)
include(FindPackageHandleStandardArgs)
set(NETCDF_FIND_REQUIRED TRUE)
set(GSL_FIND_REQUIRED TRUE)