Skip to content

Commit

Permalink
Fix CUDA package names (espressomd#3845)
Browse files Browse the repository at this point in the history
Fixes espressomd#3843

Description of changes:
- Fix a CMake warning about mismatched package names
  • Loading branch information
kodiakhq[bot] authored and jngrad committed Aug 4, 2020
1 parent a3542bb commit 0470511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindCUDACompiler.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ else()
endif()

include( FindPackageHandleStandardArgs )
FIND_PACKAGE_HANDLE_STANDARD_ARGS( CudaCompiler REQUIRED_VARS CUDA_COMPILER_EXE )
FIND_PACKAGE_HANDLE_STANDARD_ARGS( CUDACompiler REQUIRED_VARS CUDA_COMPILER_EXE )

0 comments on commit 0470511

Please sign in to comment.