Skip to content

Commit 519204a

Browse files
committed
cmake: Increase FFTW timeout.
Signed-off-by: Matthew Emmett <[email protected]>
1 parent 830c7fc commit 519204a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

3rdparty/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ if(pfasst_BUILD_EXAMPLES)
77
message(STATUS "FFTW3")
88
set(fftw3_SOURCE_DIR "${pfasst_BINARY_DIR}/3rdparty/src/fftw3")
99
set(fftw3_INSTALL_DIR "${pfasst_BINARY_DIR}/3rdparty/src/fftw3-install")
10-
10+
1111
ExternalProject_Add(
1212
fftw3
1313
LIST_SEPARATOR " "
1414
URL http://fftw.org/fftw-3.3.4.tar.gz
1515
URL_MD5 2edab8c06b24feeb3b82bbb3ebf3e7b3
16-
TIMEOUT 10
16+
TIMEOUT 30
1717
UPDATE_COMMAND ""
1818
PATCH_COMMAND ""
1919
BUILD_IN_SOURCE ON

0 commit comments

Comments
 (0)