* 修改由于字符编码格式错误导致sh文件不可用

This commit is contained in:
fengweihao
2019-11-05 17:20:36 +08:00
parent 7192f437e5
commit 88ec8b2b24
2 changed files with 1 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ endif()
add_custom_target("install-program" COMMAND ${CMAKE_COMMAND} ARGS -DCOMPONENT=Program -P cmake_install.cmake)
add_custom_target("install-profile" COMMAND ${CMAKE_COMMAND} ARGS -DCOMPONENT=Profile -P cmake_install.cmake)
add_custom_target("tarball" COMMAND sh ${CMAKE_SCRIPT_PATH}/tarball.sh ${TARGET_DESCRIBE})
add_custom_target("tarball" COMMAND sh ${CMAKE_SCRIPT_PATH}/tarball.sh ${TARGET_VERSION} ${TARGET_DESCRIBE})
enable_testing()
add_subdirectory(vendor)