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 693582a commit 2ed842aCopy full SHA for 2ed842a
tests/CMakeLists.txt
@@ -101,11 +101,7 @@ if(TE_BUILD_TEST_RUNNER)
101
# Disable specific -Werror warnings only for tetests.cpp
102
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang|GNU")
103
set_source_files_properties(
104
- tetests.cpp
105
- PROPERTIES
106
- COMPILE_OPTIONS
107
- -Wno-error=parentheses
108
- -Wno-error=unused-but-set-variable)
+ tetests.cpp PROPERTIES COMPILE_FLAGS "-Wno-error=parentheses -Wno-error=unused-but-set-variable")
109
endif()
110
if(MSVC)
111
target_compile_definitions(${CMAKE_PROJECT_NAME} PUBLIC _DISABLE_VECTOR_ANNOTATION _DISABLE_STRING_ANNOTATION
0 commit comments