Fix fft/CMakeLists when compiling with hipSYCL
authorAndrey Alekseenko <al42and@gmail.com>
Mon, 11 Oct 2021 15:32:54 +0000 (17:32 +0200)
committerAndrey Alekseenko <al42and@gmail.com>
Wed, 13 Oct 2021 17:41:59 +0000 (17:41 +0000)
GMX_GPU_HIPSYCL is never defined, and thus evaluates to false.

The code was compiling just fine, but the tests were failing in
runtime with "symbol lookup error".


No differences found