Skip to content

Commit

Permalink
Minor fix in CMake.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbjelonic committed Apr 8, 2021
1 parent 6f53ddc commit d8514fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darknet_ros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ set(DARKNET_CORE_FILES
${DARKNET_PATH}/examples/coco.c ${DARKNET_PATH}/examples/super.c
${DARKNET_PATH}/examples/darknet.c ${DARKNET_PATH}/examples/tag.c
${DARKNET_PATH}/examples/detector.c ${DARKNET_PATH}/examples/yolo.c
${DARKNET_PATH}/examples/go.c ${DARKNET_PATH}/examples/go.c
${DARKNET_PATH}/examples/go.c
)

set(DARKNET_CUDA_FILES
Expand Down

0 comments on commit d8514fb

Please sign in to comment.