Commit 53c7f658 authored by Joseph Noir's avatar Joseph Noir

Remove msbuild flag that leads to a test error

parent fa199ff0
...@@ -17,8 +17,7 @@ msOpts = "-DCAF_BUILD_STATIC_ONLY:BOOL=yes " + ...@@ -17,8 +17,7 @@ msOpts = "-DCAF_BUILD_STATIC_ONLY:BOOL=yes " +
"-DCAF_NO_EXAMPLES:BOOL=yes " + "-DCAF_NO_EXAMPLES:BOOL=yes " +
"-DCAF_NO_MEM_MANAGEMENT:BOOL=yes " + "-DCAF_NO_MEM_MANAGEMENT:BOOL=yes " +
"-DCAF_NO_OPENCL:BOOL=yes " + "-DCAF_NO_OPENCL:BOOL=yes " +
"-DCAF_LOG_LEVEL:INT=0 " + "-DCAF_LOG_LEVEL:INT=0 "
"-DCMAKE_CXX_FLAGS=\"/MP\""
pipeline { pipeline {
agent none agent none
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment