Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Silences a CMake warning.
  • Loading branch information
JonathonMisiewicz authored Oct 7, 2024
1 parent ec51edb commit 7ad066d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ if(HIP_FOUND OR CUDA_FOUND)
TiledArray/external/cuda.h
TiledArray/device/cpu_cuda_vector.h)
endif(CUDA_FOUND)
endif(CUDA_FOUND OR HIP_FOUND)
endif(HIP_FOUND OR CUDA_FOUND)

set(TILEDARRAY_SOURCE_FILES
TiledArray/tiledarray.cpp
Expand Down

0 comments on commit 7ad066d

Please sign in to comment.