Skip to content

Commit 8de0922

Browse files
authored
Revert change
1 parent dbd10b3 commit 8de0922

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
328328
string(REPLACE "-Wcovered-switch-default" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
329329

330330
file(STRINGS "VERSION" CPPINTEROP_VERSION)

0 commit comments

Comments
 (0)