Skip to content

Commit

Permalink
Fix bug of cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
daquexian committed May 22, 2019
1 parent 845d3e6 commit cb448e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/onnx2daq/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if (${DNN_SYSTEM_PROTOBUF})
endif()


if (NOT ${ONNX2DAQ_ONLY_LIB})
if (NOT ONNX2DAQ_ONLY_LIB)
add_executable(onnx2daq-bin
${CMAKE_CURRENT_SOURCE_DIR}/onnx2daq.cpp)
target_link_libraries(onnx2daq-bin
Expand Down

0 comments on commit cb448e7

Please sign in to comment.