Skip to content

Commit 26aeb30

Browse files
committed
Try to fix yaml
1 parent 557c231 commit 26aeb30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ install:
107107
- if [%WITH_MPC%]==[yes] set "CMAKE_ARGS=%CMAKE_ARGS% -DWITH_MPC=yes"
108108
- if [%WITH_LLVM%]==[yes] set "CMAKE_ARGS=%CMAKE_ARGS% -DWITH_LLVM=yes -DMSVC_USE_MT=no"
109109

110-
- echo "CMAKE_ARGS: %CMAKE_ARGS%"
110+
- echo "CMAKE_ARGS=%CMAKE_ARGS%"
111111
- cmake %CMAKE_ARGS% -DBUILD_SHARED_LIBS=yes -DBUILD_TESTS=no -DBUILD_BENCHMARKS=no -DCMAKE_INSTALL_PREFIX=C:\symengine ..
112112

113113
- cmake --build . --config %BUILD_TYPE% --target install

0 commit comments

Comments
 (0)