diff --git a/source/tests/CMakeLists.txt b/source/tests/CMakeLists.txt index 2a556d212..c6146982f 100644 --- a/source/tests/CMakeLists.txt +++ b/source/tests/CMakeLists.txt @@ -8,11 +8,6 @@ if(NOT OPTION_BUILD_TESTS) return() endif() -if(NOT OPTION_BUILD_GPU_TESTS) - return() -endif() - - # DISABLE CMP0037: Target names should not be reserved and should match a validity pattern. cmake_policy(SET CMP0037 OLD)