]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Fix Windows CI build jfw-libfdb-sequence-concepts 70596/head
authorJesse F. Williamson <jfw@ibm.com>
Fri, 31 Jul 2026 14:43:32 +0000 (07:43 -0700)
committerJesse F. Williamson <jfw@ibm.com>
Sun, 2 Aug 2026 04:43:12 +0000 (21:43 -0700)
commit63e5ef2b6ea93c091f48c6ba3a5428e32387855a
treeddb4076e944875462fcfe915fa54c85b4845cea8
parent6030da87069ea1202123bbf4a277bd8d05c3c8d1
Fix Windows CI build

After Boost is configured, Windows builds now add ${Boost_INCLUDE_DIRS} to the real Catch2
source targets.

This is basically a temporary hack until either the CI system runs
Catch2 different or I can hack something into the build system that
changes things on Windows.

Assisted-by: Codex:GPT-5
Signed-off-by: Jesse F. Williamson <jfw@ibm.com>
CMakeLists.txt
cmake/modules/AddCephTest.cmake
src/test/catch2_compat.h [new file with mode: 0644]
src/test/catch2_compat_main.cc [new file with mode: 0644]
src/test/rgw/test_fdb.cc
src/test/rgw/test_fdb_ceph.cc
src/test/test_concepts.cc