File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
vcpkg-registry/ports/tensorflow-lite Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ endif()
26
26
file (COPY ${SOURCE_PATH} /tensorflow/lite/ DESTINATION
27
27
${CURRENT_PACKAGES_DIR} /include/tensorflow/lite )
28
28
29
- # file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/tensorflow-lite-c RENAME copyright)
29
+ file (INSTALL ${SOURCE_PATH} /LICENSE DESTINATION ${CURRENT_PACKAGES_DIR} /share/tensorflow-lite-c RENAME copyright )
30
30
31
31
file (COPY ${CMAKE_CURRENT_LIST_DIR} /TensorflowLiteCConfig.cmake DESTINATION ${CURRENT_PACKAGES_DIR} /share/tensorflow-lite-c )
32
32
file (RENAME ${CURRENT_PACKAGES_DIR} /share/tensorflow-lite-c/TensorflowLiteCConfig.cmake ${CURRENT_PACKAGES_DIR} /share/tensorflow-lite-c/tensorflow-lite-c-config.cmake )
You can’t perform that action at this time.
0 commit comments