SIGN IN SIGN UP

THRIFT-5887: ensure using our CMake modules

Client: cpp

If we append our CMake module path to `CMAKE_MODULE_PATH` and Apache
Thrift is built with FetchContent, our CMake modules in `build/cmake/`
may not be used. Because other paths in `CMAKE_MODULE_PATH` may be
used. For example, both of Apache Arrow and Apache Thrift has
`DefineOptions.cmake`. If Apache Arrow builds Apache Thrift with
FetchContent, Apache Arrow's `DefineOptions.cmake` is used
unexpectedly.
S
Sutou Kouhei committed
458eb327a7a652e554551d66e3db12e483c4fc91
Parent: 42d0b71
Committed by Jens Geyer <Jens-G@users.noreply.github.com> on 7/22/2025, 9:09:50 PM