aboutsummaryrefslogtreecommitdiff
path: root/cmake/scripts/windowsstore/Install.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/scripts/windowsstore/Install.cmake')
-rw-r--r--cmake/scripts/windowsstore/Install.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/scripts/windowsstore/Install.cmake b/cmake/scripts/windowsstore/Install.cmake
index 73b3905225..082f1af151 100644
--- a/cmake/scripts/windowsstore/Install.cmake
+++ b/cmake/scripts/windowsstore/Install.cmake
@@ -10,7 +10,7 @@ foreach(uwp_pythonlibinit_file \$\{uwp_pythonlibinit_foundfiles\})
file(SIZE \"\$\{uwp_pythonlibinit_file\}\" uwp_pythonlibinit_filesize)
if(\$\{uwp_pythonlibinit_filesize\} EQUAL 0)
message(\"Adding hash comment character in the following empty file: \$\{uwp_pythonlibinit_file\}\")
- file(APPEND ${uwp_pythonlibinit_file} \"#\")
+ file(APPEND \$\{uwp_pythonlibinit_file\} \"#\")
endif()
endforeach()\n")