Skip to content

Commit

Permalink
fix cmake build failures after a few reorganizations
Browse files Browse the repository at this point in the history
Reviewed By: dmm-fb

Differential Revision: D58636876

fbshipit-source-id: be4c6a52dcb8c64c14139bebc04400781e459472
  • Loading branch information
yfeldblum authored and facebook-github-bot committed Jun 15, 2024
1 parent c091ef4 commit 688bdbd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,6 @@ if (BUILD_TESTS OR BUILD_BENCHMARKS)
TEST compression_test SLOW SOURCES CompressionTest.cpp
TEST quotient_multiset_test SOURCES QuotientMultiSetTest.cpp
TEST select64_test SOURCES Select64Test.cpp
TEST test_util_test SOURCES TestUtilTest.cpp

DIRECTORY compression/elias_fano/test/
TEST bitvector_test SOURCES BitVectorCodingTest.cpp
Expand Down Expand Up @@ -910,7 +909,6 @@ if (BUILD_TESTS OR BUILD_BENCHMARKS)
BENCHMARK lang_to_ascii_benchmark SOURCES ToAsciiBench.cpp
TEST lang_to_ascii_test SOURCES ToAsciiTest.cpp
TEST lang_type_info_test SOURCES TypeInfoTest.cpp
TEST lang_uncaught_exceptions_test SOURCES UncaughtExceptionsTest.cpp

DIRECTORY memory/test/
TEST arena_test WINDOWS_DISABLED SOURCES ArenaTest.cpp
Expand Down

0 comments on commit 688bdbd

Please sign in to comment.