未验证 提交 401cc1e0 编写于 作者: W Wilber 提交者: GitHub

[Release/2.0 rc1] fix cmake error message. (#29420)

* update  lite tag.

* fix cmake error log.
上级 9fec4bce
......@@ -322,7 +322,7 @@ function(version version_file)
"WITH_TENSORRT: ${TENSORRT_FOUND}\n" "TensorRT version: v${TENSORRT_MAJOR_VERSION}\n")
endif()
if(WITH_LITE)
file(APPEND ${version_file} "WITH_LITE: ${WITH_LITE}\n" "LITE_GIT_TAG: ${LITE_GIT_TAG}\n"})
file(APPEND ${version_file} "WITH_LITE: ${WITH_LITE}\n" "LITE_GIT_TAG: ${LITE_GIT_TAG}\n")
endif()
endfunction()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册