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
No known key found for this signature in database
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 )

불러오는 중...
취소
저장