Skip to content
Snippets Groups Projects
Commit 94981c1f authored by Linus Sherrill's avatar Linus Sherrill
Browse files

Add other option states to package interface file.

parent 12fe5d43
No related branches found
No related tags found
No related merge requests found
......@@ -5,4 +5,6 @@
set( darknet_INCLUDE_DIR "@CMAKE_SOURCE_DIR@/src" )
set( darknet_LIBRARY_DIR "@CMAKE_BINARY_DIR@/lib" )
set( darknet_LIBRARIES "darknet_lib" )
set( DARKNET_USE_GPU @USE_GPU@ )
set( DARKNET_USE_OPENCV @USE_OPENCV@ )
set( DARKNET_USE_GPU @USE_GPU@ )
set( DARKNET_USE_CUDNN @USE_CUDNN@ )
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