Jorn Visser
b1bb1d9815
Build: Make the FFTW threads library required to use FFTW
...
This is done because the library is necessary to make certain FFTW
functions thread safe, see #136557 as well.
Also pass each library variable separately to
`find_package_handle_standard_args` instead of as a list, as otherwise
it won't correctly detect if `libfftw3f` or `libfftw3f_threads` is
missing. This is because CMake considers a value false if it contains
`-NOTFOUND` at the end, but not if it's in the middle. For example,
CMake considers
`.../libfftw3f.a;.../libfftw3f_threads.a;FFTW3_LIBRARY_D-NOTFOUND` to be
false, but
`.../libfftw3f.a;FFTW3_LIBRARY_THREADS_F-NOTFOUND;.../libfftw3.a` to be
true.
---
I noticed that some other find modules also have the same list issue. I guess it was done this way to make CMake print all the found libraries instead of only the first.
Pull Request: https://projects.blender.org/blender/blender/pulls/136692
2025-03-31 14:42:35 +02:00
..
2024-04-03 10:22:05 +11:00
2025-03-21 11:50:00 +01:00
2025-02-13 13:33:09 +11:00
2025-03-29 15:18:50 +11:00
2025-02-13 13:33:09 +11:00
2025-03-29 15:18:50 +11:00
2025-03-29 15:18:50 +11:00
2025-03-29 15:18:50 +11:00
2025-03-29 15:18:50 +11:00
2025-03-21 11:50:00 +01:00
2025-02-12 23:01:08 +01:00
2025-03-05 16:35:09 +01:00
2025-03-13 13:41:17 +11:00
2025-03-29 15:18:50 +11:00
2025-03-05 16:35:09 +01:00
2025-03-21 11:50:00 +01:00
2025-03-21 11:50:00 +01:00
2025-03-21 11:50:00 +01:00
2025-03-21 11:50:00 +01:00
2025-03-05 16:35:09 +01:00
2025-03-05 16:35:09 +01:00
2025-03-21 11:50:00 +01:00
2025-02-12 23:01:08 +01:00
2025-03-21 11:50:00 +01:00
2025-03-05 16:35:09 +01:00
2025-03-05 16:35:09 +01:00
2025-03-05 16:35:09 +01:00
2025-01-07 12:39:13 +01:00
2025-03-23 13:28:20 +01:00
2025-03-05 16:35:09 +01:00
2025-03-29 15:18:50 +11:00
2025-03-05 16:35:09 +01:00
2025-03-23 13:28:20 +01:00
2025-03-21 11:50:00 +01:00
2025-03-29 15:18:50 +11:00
2025-03-29 15:18:50 +11:00
2025-03-21 11:50:00 +01:00
2025-03-29 15:18:50 +11:00
2025-03-29 15:18:50 +11:00
2025-03-29 15:18:50 +11:00
2025-02-12 23:01:08 +01:00
2025-03-29 15:18:50 +11:00
2025-02-13 13:33:09 +11:00
2025-02-12 23:01:08 +01:00
2025-02-23 21:02:54 +11:00
2025-03-31 14:42:35 +02:00
2024-09-26 21:13:39 +10:00
2025-03-05 16:35:09 +01:00
2023-10-30 21:40:35 +01:00
2025-03-05 16:35:09 +01:00
2025-03-05 16:35:09 +01:00
2025-03-05 16:35:09 +01:00
2025-03-21 11:50:00 +01:00
2025-02-12 23:01:08 +01:00
2025-03-29 15:18:50 +11:00
2025-03-29 15:18:50 +11:00
2025-03-29 15:18:50 +11:00
2025-03-05 16:35:09 +01:00
2025-02-13 13:33:09 +11:00
2024-02-19 15:59:59 +01:00
2024-02-02 19:55:06 +01:00
2025-03-29 15:18:50 +11:00
2025-03-29 15:18:50 +11:00
2025-03-29 15:18:50 +11:00
2025-03-29 15:18:50 +11:00
2025-03-29 15:18:50 +11:00
2025-03-21 11:50:00 +01:00
2025-02-12 23:01:08 +01:00
2025-02-12 23:01:08 +01:00
2025-02-12 23:01:08 +01:00
2025-02-12 23:01:08 +01:00
2025-03-21 11:50:00 +01:00
2025-01-31 17:03:17 +01:00
2025-03-29 15:18:50 +11:00
2025-03-29 15:18:50 +11:00
2025-02-12 23:01:08 +01:00
2025-03-05 16:35:09 +01:00
2025-02-12 23:01:08 +01:00
2025-03-29 15:18:50 +11:00
2025-01-31 17:03:17 +01:00
2025-03-29 15:18:50 +11:00
2025-02-12 23:01:08 +01:00
2025-01-31 17:03:17 +01:00
2025-03-11 05:34:21 +01:00
2025-02-27 15:52:45 +01:00
2025-01-31 17:03:17 +01:00
2025-02-23 21:02:54 +11:00
2025-01-31 17:03:17 +01:00
2024-09-22 17:39:54 +02:00
2025-01-31 17:03:17 +01:00
2025-01-31 17:03:17 +01:00
2025-03-23 13:35:48 +01:00
2025-03-21 11:51:50 +11:00
2024-05-31 10:58:19 +02:00
2025-03-21 11:50:00 +01:00
2025-01-31 17:03:17 +01:00
2024-12-05 14:36:01 +01:00
2025-01-31 17:03:17 +01:00
2025-02-12 23:01:08 +01:00
2025-01-31 17:03:17 +01:00
2025-01-31 17:03:17 +01:00
2025-03-29 15:18:50 +11:00
2025-01-31 17:03:17 +01:00
2025-01-31 17:03:17 +01:00
2025-03-21 11:50:00 +01:00
2025-02-12 23:01:08 +01:00
2025-03-29 15:18:50 +11:00
2025-03-29 15:18:50 +11:00
2025-03-29 15:18:50 +11:00
2025-03-05 16:35:09 +01:00
2025-01-31 17:03:17 +01:00
2025-01-31 17:03:17 +01:00
2025-01-31 17:03:17 +01:00
2025-02-20 10:37:10 +01:00
2025-03-24 09:28:54 +01:00
2025-03-29 15:18:50 +11:00
2025-03-21 11:50:00 +01:00
2025-03-21 11:50:00 +01:00
2025-03-29 15:18:50 +11:00
2025-02-13 13:33:09 +11:00
2025-03-29 15:18:50 +11:00
2025-02-12 23:01:08 +01:00
2025-02-12 23:01:08 +01:00
2025-03-05 16:35:09 +01:00
2024-11-01 12:16:38 +01:00
2025-03-05 16:35:09 +01:00
2025-02-13 13:33:09 +11:00
2025-03-29 15:18:50 +11:00
2025-03-29 15:18:50 +11:00
2025-03-18 18:02:36 +01:00
2025-03-05 16:35:09 +01:00
2025-03-28 22:48:26 +01:00
2024-11-08 23:17:36 +01:00
2025-02-13 13:33:09 +11:00
2024-11-13 13:39:49 +01:00
2025-02-13 13:33:09 +11:00
2025-02-14 17:29:48 +01:00
2025-01-02 12:21:56 +01:00
2023-08-16 00:20:26 +10:00
2025-03-29 15:18:50 +11:00
2025-03-21 11:50:00 +01:00
2025-02-13 10:28:39 +01:00
2025-03-13 13:41:17 +11:00
2025-03-29 15:18:50 +11:00
2024-02-20 15:20:11 +01:00
2025-03-29 15:18:50 +11:00
2025-03-29 15:18:50 +11:00
2025-02-13 13:33:09 +11:00
2025-03-21 11:50:00 +01:00
2025-03-29 15:18:50 +11:00
2025-02-12 23:01:08 +01:00