mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-10-31 23:57:10 -04:00
Fix a defect in the FFTW3 finder
It now does what it promises by setting FFTW3_INCLUDE_DIRS. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5360 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
5c941ab832
commit
d9c4787e4e
@ -91,3 +91,7 @@ list(APPEND _check_list FFTW3_INCLUDE_DIR)
|
||||
# all listed variables are TRUE
|
||||
include (FindPackageHandleStandardArgs)
|
||||
find_package_handle_standard_args (FFTW3 DEFAULT_MSG ${_check_list})
|
||||
|
||||
if (FFTW3_FOUND)
|
||||
set (FFTW3_INCLUDE_DIRS ${FFTW3_INCLUDE_DIR})
|
||||
endif (FFTW3_FOUND)
|
||||
|
Loading…
Reference in New Issue
Block a user