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