Skip to content

Commit bd08b81

Browse files
committed
Add suggestion from cmake to enable download https and react to SSL connect error
1 parent 5a6e97b commit bd08b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ vrs = { cmd = "build/tools/vrs/vrs", depends-on= ["build"]}
3636

3737
[target.win-64.tasks] # Deal with windows specifics (prepare and build)
3838
cmake-generator = "cmake --help"
39-
prepare = "cmake -G 'Visual Studio 16 2019' -B build -S . -DCMAKE_BUILD_TYPE=Release -DBUILD_WITH_OPUS:BOOL=ON"
39+
prepare = "cmake -G 'Visual Studio 16 2019' -B build -S . -DCMAKE_BUILD_TYPE=Release -DBUILD_WITH_OPUS:BOOL=ON -DCMAKE_TLS_VERIFY=0"
4040
build = { cmd = "cmake --build build --config Release -- /m", depends-on = [
4141
"prepare",
4242
] }

0 commit comments

Comments
 (0)