File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -846,7 +846,7 @@ jobs:
846846 ../
847847 fi
848848 os="${{ matrix.os }}"
849- cmake --build . --target check-cppinterop --parallel ${{ env.ncpus }}
849+ cmake --build . --target check-cppinterop --parallel ${{ env.ncpus }}
850850 if [[ ("${os}" == "ubuntu"*) ]]; then
851851 valgrind --show-error-list=yes --track-origins=yes --error-exitcode=1 unittests/CppInterOp/CppInterOpTests
852852 fi
Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ include_directories(BEFORE SYSTEM
324324 ${CMAKE_CURRENT_SOURCE_DIR} /include
325325 )
326326
327- #Removes flags due to issue with Google test download when LLVM_ENABLE_WERROR=On
327+ #Removes flag due to issue with Google test download when LLVM_ENABLE_WERROR=On
328328string (REPLACE "-Wcovered-switch-default" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} " )
329329
330330file (STRINGS "VERSION" CPPINTEROP_VERSION)
You can’t perform that action at this time.
0 commit comments