Skip to content
Snippets Groups Projects
Commit c667cff1 authored by Yurov, Dmitry's avatar Yurov, Dmitry
Browse files

Fix typo

parent 28ad4736
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ endif() ...@@ -24,7 +24,7 @@ endif()
find_library(FFTW_LIBRARY NAMES ${FFTW_NAMES} QUIET) find_library(FFTW_LIBRARY NAMES ${FFTW_NAMES} QUIET)
set(CMAKE_FIND_LIBRARY_SUFFIXES ${ba_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES}) set(CMAKE_FIND_LIBRARY_SUFFIXES ${ba_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES})
if (WIN31) if (WIN32)
string( REPLACE ".lib" ".dll" FFTW_LIBRARY_DLL "${FFTW_LIBRARY}" ) string( REPLACE ".lib" ".dll" FFTW_LIBRARY_DLL "${FFTW_LIBRARY}" )
if (NOT EXISTS ${FFTW_LIBRARY_DLL}) if (NOT EXISTS ${FFTW_LIBRARY_DLL})
message(FATAL_ERROR "File ${FFTW_LIBRARY_DLL} does not exist") message(FATAL_ERROR "File ${FFTW_LIBRARY_DLL} does not exist")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment