Skip to content
New issue

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

Need to specify at least OSX 10.15 with CMAKE_OSX_DEPLOYMENT_TARGET #791

Closed
miquelmassot opened this issue May 10, 2024 · 0 comments · Fixed by #795
Closed

Need to specify at least OSX 10.15 with CMAKE_OSX_DEPLOYMENT_TARGET #791

miquelmassot opened this issue May 10, 2024 · 0 comments · Fixed by #795

Comments

@miquelmassot
Copy link

To fix the compiling error in OSX:

g2o/g2o/stuff/filesys_tools.cpp:36:31: error: 'path' is unavailable: introduced in macOS 10.15

Need to add CMAKE_OSX_DEPLOYMENT_TARGET 10.15 to be minimum 10.15 to use std::filesystem::path

RainerKuemmerle added a commit that referenced this issue May 19, 2024
Set OSX target to be at minimum 10.15 (macOS Catalina) to account for
std::filesystem::path

Fix #791
RainerKuemmerle added a commit that referenced this issue May 19, 2024
Set OSX target to be at minimum 10.15 (macOS Catalina) to account for
std::filesystem::path

Fix #791
RainerKuemmerle added a commit that referenced this issue May 19, 2024
Set OSX target to be at minimum 10.15 (macOS Catalina) to account for
std::filesystem::path

Fix #791
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant