Fix echo in WinRT header generation
Since `echo` is shell command, not executable binary, CMake won't see it.
This commit is contained in:
parent
1d59503a24
commit
e921da8a83
1 changed files with 1 additions and 8 deletions
|
|
@ -92,14 +92,7 @@ function(nuget_add_winrt target_name)
|
||||||
${winrt_version_test}
|
${winrt_version_test}
|
||||||
COMMAND_ERROR_IS_FATAL ANY
|
COMMAND_ERROR_IS_FATAL ANY
|
||||||
)
|
)
|
||||||
execute_process(
|
file(WRITE ${sdk_version_test} ${winrt_sdk_version})
|
||||||
COMMAND
|
|
||||||
echo
|
|
||||||
${winrt_sdk_version}
|
|
||||||
OUTPUT_FILE
|
|
||||||
${sdk_version_test}
|
|
||||||
COMMAND_ERROR_IS_FATAL ANY
|
|
||||||
)
|
|
||||||
execute_process(
|
execute_process(
|
||||||
COMMAND
|
COMMAND
|
||||||
${CMAKE_COMMAND} -E compare_files ${winrt_version_key} ${winrt_version_test}
|
${CMAKE_COMMAND} -E compare_files ${winrt_version_key} ${winrt_version_test}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue