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

Fix macos build googletest requires C++ 11 #40

Open
kohnech opened this issue Feb 16, 2020 · 0 comments
Open

Fix macos build googletest requires C++ 11 #40

kohnech opened this issue Feb 16, 2020 · 0 comments
Assignees
Milestone

Comments

@kohnech
Copy link
Contributor

kohnech commented Feb 16, 2020

There is an "ugly hack" in 3rd-party/CMakeLists.txt for APPLE to build googletest with :

if (APPLE)
    set(CMAKE_CXX_STANDARD 11)
endif(APPLE)

This should be done in a better way

@kohnech kohnech self-assigned this Feb 16, 2020
@kohnech kohnech added this to the Release 0.7.0 milestone Apr 20, 2021
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

No branches or pull requests

1 participant