Skip to content

Commit 2c228a3

Browse files
author
Nicolas Gama
authored
Merge pull request tfhe#235 from pnavaro/master
Fix build on macosx
2 parents 4eae992 + d964819 commit 2c228a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libtfhe/fft_processors/fftw/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ set(HEADERS
1212
lagrangehalfc_impl.h
1313
)
1414

15+
include_directories(${FFTW_INCLUDES})
1516
add_library(tfhe-fft-fftw OBJECT ${SRCS} ${HEADERS})
1617
set_property(TARGET tfhe-fft-fftw PROPERTY POSITION_INDEPENDENT_CODE ON)

0 commit comments

Comments
 (0)