Skip to content

Commit

Permalink
Bump up version for 1.2.3; Avoid copying non-existing files (onnx#1394)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond Yang authored and prasanthpul committed Sep 7, 2018
1 parent 3376d44 commit 5af210c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion VERSION_NUMBER
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.2
1.2.3
9 changes: 0 additions & 9 deletions cmake/unittest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,3 @@ AddTest(
LIBS ${${UT_NAME}_libs}
)

set(TEST_DATA_SRC ${ONNX_ROOT}/onnx/test/c++/testdata)
set(TEST_DATA_DES $<TARGET_FILE_DIR:${UT_NAME}>/testdata)

# Copy test data from source to destination.
add_custom_command(
TARGET ${UT_NAME} POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_directory
${TEST_DATA_SRC}
${TEST_DATA_DES})

0 comments on commit 5af210c

Please sign in to comment.