Skip to content

Commit

Permalink
added missing CMake FFTW variables to External_SIRF.cmake, fixes #197
Browse files Browse the repository at this point in the history
…(together with installing boost_1_65_1)
  • Loading branch information
evgueni-ovtchinnikov committed Feb 1, 2019
1 parent 1ad7bc4 commit 5b8cb89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SuperBuild/External_SIRF.cmake
Expand Up @@ -88,6 +88,8 @@ if(NOT ( DEFINED "USE_SYSTEM_${externalProjName}" AND "${USE_SYSTEM_${externalPr
-DPYTHON_DEST_DIR=${PYTHON_DEST_DIR}
-DPYTHON_STRATEGY=${PYTHON_STRATEGY}
-DNiftyReg_Binary_DIR=${NiftyReg_Binary_DIR}
-DFFTW3F_LIBRARY=${FFTW3F_LIBRARY}
-DFFTW3_INCLUDE_DIR=${FFTW3_INCLUDE_DIR}
INSTALL_DIR ${SIRF_Install_Dir}
DEPENDS
${${proj}_DEPENDENCIES}
Expand Down

1 comment on commit 5b8cb89

@rijobro
Copy link
Contributor

@rijobro rijobro commented on 5b8cb89 Feb 5, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this commit has broken SIRF's Travis (https://travis-ci.org/CCPPETMR/SIRF). The superbuild is also failing but returning green (a probem in itself).

I'm not sure what the problem is with the commit.

Please sign in to comment.