Skip to content

Commit

Permalink
Removing duplicate enable_language
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaxmonsky committed Jun 4, 2024
1 parent dc91f50 commit 487bc64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ endif()
if(MICM_ENABLE_CUDA)
add_library(micm_cuda)
add_library(musica::micm_cuda ALIAS micm_cuda)
enable_language(CUDA)
target_link_libraries(micm_cuda
target_link_libraries(micm_cuda
PRIVATE micm
)

Expand Down

0 comments on commit 487bc64

Please sign in to comment.