Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Update
FindFilesystem.cmake
(#3905)
Vector-of-bool's `FindFilesystem.cmake` was updated at some point to include and explicit `CMAKE_CXX_STANDARD=17`. We've observed occasionally that on macOS, the find module would fail because it would default to C++14, where `std::filesystem` is not available (and I guess the experimental implementation has since been removed). This PR updates the `FindFilesystem.cmake` to include this. Fixes #3900
- Loading branch information