File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ endif()
2727# Blessed version of clang-format.
2828set (CLANG_FORMAT_VERSION 14)
2929
30+ project (haero)
31+
3032enable_language (C) # needed so ekat can detect MPI
3133enable_language (CXX)
3234
33- project (haero)
34-
3535# Set all installation folders for third-party libraries, and figure out which
3636# ones have to be built for Haero.
3737include (HaeroConfigurePlatform)
Original file line number Diff line number Diff line change @@ -46,10 +46,6 @@ target_link_libraries(kokkos INTERFACE kokkoscontainers kokkoscore)
4646
4747if (HAERO_ENABLE_GPU)
4848 # FIXME: this assumes an NVIDIA GPU!
49-
50- # CUDA stuff
51- find_package (CUDAToolkit)
52-
5349 set (HAERO_LIBRARIES @HAERO_LIBRARIES@;kokkos;cuda;m)
5450else ()
5551 set (HAERO_LIBRARIES @HAERO_LIBRARIES@;kokkos;m)
You can’t perform that action at this time.
0 commit comments