Avoid storing "_version-NOTFOUND" in ELF metadata.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 184d1c2a4d)
v3.5.13-sru
Slávek Banko 4 years ago
parent fc3b20eb18
commit 3a661f4737
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -869,6 +869,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 )

Loading…
Cancel
Save