You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake Error at /usr/local/share/cmake/Modules/GoogleTest.cmake:357 (file):
file failed to open for reading (No such file or directory):
/usr/ports/devel/folly/work/folly-2024.05.06.00/folly/experimental/test/TupleOpsTest.cpp
Call Stack (most recent call first):
CMake/FollyFunctions.cmake:297 (gtest_add_tests)
CMakeLists.txt:600 (folly_define_tests)
Sorry about that, we've been making some large changes to where things are and working to enable the use of buck2 externally to build folly. As part of this work, we've caused quite a few breakages. The breakage mentioned in this particular issue is from a test that got moved out of experimental not getting its path updated in the CMake file, and was fixed the same day this issue was opened via 5c2c68c.
Version: 2024.05.06.00
googletest-1.14.0
FreeBSD 14.0
The text was updated successfully, but these errors were encountered: