Mentions légales du service

Skip to content
Snippets Groups Projects

Update to make spetabaru optional -- add an algorithm selecter

Merged BRAMAS Berenger requested to merge update/optional-spetabaru into master
14 files
+ 104
25
Compare changes
  • Side-by-side
  • Inline
Files
14
@@ -43,6 +43,9 @@ endif()
if( NOT FFTW_ROOT AND DEFINED ENV{FFTW_DIR} )
set( FFTW_ROOT $ENV{FFTW_DIR} )
endif()
if( NOT FFTW_ROOT AND DEFINED ENV{FFTW_ROOT} )
set( FFTW_ROOT $ENV{FFTW_DIR} )
endif()
# Check if we can use PkgConfig
find_package(PkgConfig)
Loading