Skip to content

Commit

Permalink
Bugfix: Include missing CheckLanguage module in the CMakeLists of exa…
Browse files Browse the repository at this point in the history
…mple 3.
  • Loading branch information
jatkinson1000 committed Jan 28, 2025
1 parent 8ac7089 commit 5b7f17d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/3_MultiGPU/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ find_package(FTorch)
find_package(MPI REQUIRED)
message(STATUS "Building with Fortran PyTorch coupling")

include(CheckLanguage)
check_language(CUDA)
if(CMAKE_CUDA_COMPILER)
enable_language(CUDA)
Expand Down

0 comments on commit 5b7f17d

Please sign in to comment.