Fix small typing errors in the tde_create_translation macro.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/4/head
Slávek Banko 5 years ago
parent e5b3a250fc
commit 30ce93d11a
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -1361,9 +1361,9 @@ macro( tde_create_translation )
set( _directive 1 )
endif( )
# found directive "DESTINATION"
# found directive "OUTPUT_NAME"
if( "+${_arg}" STREQUAL "+OUTPUT_NAME" )
unset( _proj )
unset( _out_name )
set( _var _out_name )
set( _directive 1 )
endif( )

Loading…
Cancel
Save