Avoid storing "_version-NOTFOUND" in ELF metadata.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/36/head
Slávek Banko 4 years ago
parent 3d16bad245
commit 184d1c2a4d
No known key found for this signature in database
GPG Key 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 )

Loading…
Cancel
Save