We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 557c231 commit 26aeb30Copy full SHA for 26aeb30
appveyor.yml
@@ -107,7 +107,7 @@ install:
107
- if [%WITH_MPC%]==[yes] set "CMAKE_ARGS=%CMAKE_ARGS% -DWITH_MPC=yes"
108
- if [%WITH_LLVM%]==[yes] set "CMAKE_ARGS=%CMAKE_ARGS% -DWITH_LLVM=yes -DMSVC_USE_MT=no"
109
110
-- echo "CMAKE_ARGS: %CMAKE_ARGS%"
+- echo "CMAKE_ARGS=%CMAKE_ARGS%"
111
- cmake %CMAKE_ARGS% -DBUILD_SHARED_LIBS=yes -DBUILD_TESTS=no -DBUILD_BENCHMARKS=no -DCMAKE_INSTALL_PREFIX=C:\symengine ..
112
113
- cmake --build . --config %BUILD_TYPE% --target install
0 commit comments