Skip to content

Commit 24787e2

Browse files
committed
Fix test script syntax
1 parent 12b3330 commit 24787e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ if(TE_BUILD_TEST_RUNNER)
103103
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang|GNU")
104104
set_source_files_properties(
105105
tetests.cpp PROPERTIES COMPILE_FLAGS "-Wno-parentheses -Wno-unused-but-set-variable")
106+
endif()
106107
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang|GNU")
107108
set_source_files_properties(
108109
tinyexpr.cpp PROPERTIES COMPILE_FLAGS "-Werror=unused-function")

0 commit comments

Comments
 (0)