File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,19 +108,19 @@ jobs:
108
108
if : matrix.arch == 'arm64' && matrix.os == 'macos-latest'
109
109
run : |
110
110
cd DirectXTex/DirectXTex
111
- cmake -S . -B ./build -DCMAKE_OSX_ARCHITECTURES=arm64 -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake -DENABLE_DX12=OFF -DENABLE_DX11=OFF
111
+ cmake -S . -B ./build -DCMAKE_OSX_ARCHITECTURES=arm64 -DCMAKE_TOOLCHAIN_FILE=./ vcpkg/scripts/buildsystems/vcpkg.cmake -DENABLE_DX12=OFF -DENABLE_DX11=OFF
112
112
113
113
- name : Configure DirectXTex with CMake for macOS
114
114
if : matrix.arch != 'arm64' && matrix.os == 'macos-latest'
115
115
run : |
116
116
cd DirectXTex/DirectXTex
117
- cmake -S . -B ./build -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake -DENABLE_DX12=OFF -DENABLE_DX11=OFF
117
+ cmake -S . -B ./build -DCMAKE_TOOLCHAIN_FILE=./ vcpkg/scripts/buildsystems/vcpkg.cmake -DENABLE_DX12=OFF -DENABLE_DX11=OFF
118
118
119
119
- name : Configure DirectXTex with CMake
120
120
if : matrix.os != 'macos-latest'
121
121
run : |
122
122
cd DirectXTex/DirectXTex
123
- cmake -S . -B ./build -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake
123
+ cmake -S . -B ./build -DCMAKE_TOOLCHAIN_FILE=./ vcpkg/scripts/buildsystems/vcpkg.cmake
124
124
125
125
- name : Build DirectXTex
126
126
run : cmake --build DirectXTex/DirectXTex/build --config Release
You can’t perform that action at this time.
0 commit comments