Skip to content
Snippets Groups Projects
Commit d3642bc9 authored by Cyril Moineau's avatar Cyril Moineau Committed by Cyril Moineau
Browse files

Show cuda version during compilation.

parent 517de61b
No related branches found
No related tags found
2 merge requests!32version 0.2.1,!17Show cuda version during compilation.
......@@ -33,6 +33,9 @@ endif()
enable_language(CUDA)
message(STATUS "CMAKE_CUDA_COMPILER_VERSION = ${CMAKE_CUDA_COMPILER_VERSION}")
##############################################
# Find system dependencies
find_package(CUDAToolkit REQUIRED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment