tde_create_translated_desktop: Fix CMP0054 warning in case of special

desktop file name that could be the same as the keyword.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/58/head
Slávek Banko 4 年前
父节点 3bbc0e4d62
当前提交 9f86304bdd
找不到此签名对应的密钥
GPG 密钥 ID: 608F5293A04BE668

@ -1898,7 +1898,7 @@ macro( tde_create_translated_desktop )
file( MAKE_DIRECTORY "${_binary_basedir}" )
# process source file as a configuration file if necessary
if( "${_src}" MATCHES "\\.cmake$" )
if( "+${_src}" MATCHES "\\.cmake$" )
configure_file( ${_src} ${_basename} @ONLY )
set( _src "${CMAKE_CURRENT_BINARY_DIR}/${_basename}" )
string( REGEX REPLACE "\\.cmake$" "" _basename "${_basename}" )

正在加载...
取消
保存