Skip to content
Snippets Groups Projects
Commit bb9c954a authored by calrama's avatar calrama
Browse files

misc

parent d7712e90
No related branches found
No related tags found
No related merge requests found
......@@ -43,4 +43,4 @@ RUN cd $env:VCPKG_DIR; \
Remove-Item -Force -Recurse ./downloads; \
Remove-Item -Force -Recurse ./buildtrees; \
Remove-Item -Force -Recurse ./packages;
ADD powershell/30-vcpkg-cmake.ps1 /Windows/System32/WindowsPowerShell/v1.0/profile.d/30-vcpkg-cmake.ps1
ADD powershell/30-Vcpkg-CMake.ps1 /Windows/System32/WindowsPowerShell/v1.0/profile.d/30-Vcpkg-CMake.ps1
......@@ -11,5 +11,5 @@ function Vcpkg-CMake {
}
}
# Use vcpkg-cmake by default
# Use Vcpkg-CMake by default
Set-Alias -Name cmake -Value Vcpkg-CMake
......@@ -32,4 +32,4 @@ RUN cd $env:VCPKG_DIR; \
Remove-Item -Force -Recurse ./downloads; \
Remove-Item -Force -Recurse ./buildtrees; \
Remove-Item -Force -Recurse ./packages;
ADD powershell/30-vcpkg-cmake.ps1 /Windows/System32/WindowsPowerShell/v1.0/profile.d/30-vcpkg-cmake.ps1
ADD powershell/30-Vcpkg-CMake.ps1 /Windows/System32/WindowsPowerShell/v1.0/profile.d/30-Vcpkg-CMake.ps1
......@@ -11,5 +11,5 @@ function Vcpkg-CMake {
}
}
# Use vcpkg-cmake by default
# Use Vcpkg-CMake by default
Set-Alias -Name cmake -Value Vcpkg-CMake
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment