Skip to content

Commit d52553b

Browse files
committed
Exclude redundant squangle test file
1 parent b2ebe59 commit d52553b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

third-party/squangle/squangle-CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
88
# - use CONFIGURE_DEPENDS in these globs
99

1010
file(GLOB_RECURSE SOURCES "squangle/*.cpp")
11+
list(REMOVE_ITEM SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/squangle/util/tests/StorageRowTest.cpp")
1112

1213
add_library(squangle STATIC ${SOURCES})
1314
target_include_directories(squangle PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}")

0 commit comments

Comments
 (0)