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)
commit23dbb662d3f417062f097106ed31f717e260034c
tree947f45821416a0b367b4e865f93bf7f90d9d9d47
parent01449308f91c3f4ab9cac235fef076e6aac1fa9a
Fix fft/CMakeLists when compiling with hipSYCL

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".
src/gromacs/fft/CMakeLists.txt