Skip to content

Commit 693582a

Browse files
committed
Fix test build script
1 parent 1d5577c commit 693582a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ if(TE_BUILD_TEST_RUNNER)
104104
tetests.cpp
105105
PROPERTIES
106106
COMPILE_OPTIONS
107-
"-Wno-error=parentheses"
108-
"-Wno-error=unused-but-set-variable")
107+
-Wno-error=parentheses
108+
-Wno-error=unused-but-set-variable)
109109
endif()
110110
if(MSVC)
111111
target_compile_definitions(${CMAKE_PROJECT_NAME} PUBLIC _DISABLE_VECTOR_ANNOTATION _DISABLE_STRING_ANNOTATION

0 commit comments

Comments
 (0)