Skip to content
Snippets Groups Projects
Commit 1389fd9d authored by Yifan Zhao's avatar Yifan Zhao
Browse files

Fixed a warning due to repeated find_package()

parent f3a5ba3b
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,6 @@ configure_file(
)
# -- Default include directories
find_package(CUDNN 7 EXACT REQUIRED) # Include CUDNN_INCLUDE_PATH, then link CUDNN_LIBRARY_PATH
set(
INCLUDES
${CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES}
......
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