Avoid storing "_version-NOTFOUND" in ELF metadata.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/36/head
Slávek Banko 4 年前
父節點 3d16bad245
當前提交 184d1c2a4d
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 608F5293A04BE668

@ -922,6 +922,7 @@ macro( tde_add_library _arg_target )
else( )
set( _location "${_destination}/${_output}" )
set( _soname "${_output}" )
unset( _version )
endif( )
configure_file( ${CMAKE_SOURCE_DIR}/cmake/modules/template_export_library.cmake "${PROJECT_BINARY_DIR}/export-${_target}.cmake" @ONLY )

載入中…
取消
儲存