We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the latest git version of oglplu2 (revision 4068d65) fails on:
CMake Error at config/StdFixes.cmake:194 (message): Failed to fix std filesystem Call Stack (most recent call first): config/StdFixes.cmake:203 (make_missing_std_feature_fix) CMakeLists.txt:23 (include)
When I check (ls r14/ndk/sources/cxx-stl/llvm-libc++/include/experimental/) ... I see no filesystem. :(
ls r14/ndk/sources/cxx-stl/llvm-libc++/include/experimental/
filesystem
I really wish oglplu2 could reach 1.0, using only C++14 and boost. Otherwise, it leaves too many platforms in the dust.
Output attached: CMakeOutput.log.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using the latest git version of oglplu2 (revision 4068d65) fails on:
When I check (
ls r14/ndk/sources/cxx-stl/llvm-libc++/include/experimental/
) ... I see nofilesystem
.:(
I really wish oglplu2 could reach 1.0, using only C++14 and boost. Otherwise, it leaves too many platforms in the dust.
Output attached: CMakeOutput.log.txt
The text was updated successfully, but these errors were encountered: