Skip to content

Add missing include directories for cpu-reference and cpu-optimized libraries

Bram Veenboer requested to merge cpu-cmake into master

On systems where the FFT library is not in the CPATH, a compilation error occurs because e.g. fftw3.h can not be found (and similar for building with MKL). Adding two target_include_directories statements fixes this.

Merge request reports