8 lines
288 B
CMake
8 lines
288 B
CMake
IF (NOT Kokkos_INSTALL_TESTING)
|
|
ADD_SUBDIRECTORY(src)
|
|
ENDIF()
|
|
# FIXME_OPENACC: temporarily disabled due to unimplemented features
|
|
IF(NOT ((KOKKOS_ENABLE_OPENMPTARGET AND KOKKOS_CXX_COMPILER_ID STREQUAL NVHPC) OR KOKKOS_ENABLE_OPENACC))
|
|
KOKKOS_ADD_TEST_DIRECTORIES(unit_tests)
|
|
ENDIF()
|