Fixed bug in FindFFTW (just quoting a string)

This commit is contained in:
Daniele Cesarini 2020-10-21 11:24:55 +02:00
parent b6d123f716
commit 6ac485608c
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ else()
endif() endif()
# Try to find in the LD_LIBRARY_PATH # Try to find in the LD_LIBRARY_PATH
string(REPLACE ":" ";" LIBRARY_DIRS $ENV{LD_LIBRARY_PATH}) string(REPLACE ":" ";" LIBRARY_DIRS "$ENV{LD_LIBRARY_PATH}")
if("DOUBLE" IN_LIST FFTW_FIND_COMPONENTS) if("DOUBLE" IN_LIST FFTW_FIND_COMPONENTS)
find_library( find_library(