Skip to content

Commit c6d3383

Browse files
committed
Disable fftw3 in tests
1 parent 7967b99 commit c6d3383

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ yup_standalone_app (
107107
${target_modules}
108108
${target_gtest_modules})
109109

110-
# ==== Setup FFTW3
111-
_yup_find_fftw3 (${target_name})
110+
# ==== (Only For Testing) Setup FFTW3
111+
_yup_find_fftw3 (${target_name})
112112

113113
# ==== Setup sources
114114
set (sources "")

0 commit comments

Comments
 (0)