Skip to content
Snippets Groups Projects
Commit cfb71ef7 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

Merge branch 'infra/fftw_cmake' into 'master'

gets rid of cmake FFTW warning

See merge request !135
parents a1e34f6b 71388a91
No related branches found
No related tags found
1 merge request!135gets rid of cmake FFTW warning
Pipeline #243006 passed
......@@ -50,5 +50,8 @@ else()
PkgConfig::FFTW3F)
endfunction()
return(PROPAGATE FFTW3_INCLUDE_DIRS)
get_directory_property(hasParent PARENT_DIRECTORY)
if (hasParent)
return(PROPAGATE FFTW3_INCLUDE_DIRS)
endif()
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment