Skip to content

Commit

Permalink
literal
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed May 12, 2021
1 parent f28ba8b commit e61bcde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/ci/win/cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ echo $path
echo "VARSALL"
set -x
set -x
"/c/Program\ Files\ (x86)/Microsoft\ Visual\ Studio/2019/Enterprise/VC/Auxiliary/Build/vcvarsall.bat x64"
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
set +x
echo "WHERE"
where cl.exe
export CC=cl.exe
export CXX=cl.exe
cmake .. -G "Ninja" \
-DCMAKE_CXX_COMPILER=cl \
-DCMAKE_C_COMPILER=cl \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX="$CONDA_PREFIX" \
-DWITH_TESTS=ON \
Expand Down

0 comments on commit e61bcde

Please sign in to comment.