You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"Congratulations! $PROJECT_NAME was compiled successfully. But it is impossible to create a link to it - run it from $CMAKE_BUILD_DIR as .\\$PROJECT_NAME$EXEC_EXTENSION"
69
+
rm -f "$EXEC_LINK_PATH"
70
+
rm -rf "$HOME/${PROJECT_NAME:?}"
71
+
echo"Congratulations! $PROJECT_NAME was compiled successfully."
72
+
echo"Because of Windows-specific limitations, it is not possible to create a link to it."
73
+
echo"You can run it from $HOME/$PROJECT_NAME as .\\$PROJECT_NAME$EXEC_EXTENSION"
74
+
echo"Or you can run CMD.EXE with administrative privileges and type: "
0 commit comments