We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
There is an "ugly hack" in3rd-party/CMakeLists.txt forAPPLE to build googletest with :
3rd-party/CMakeLists.txt
APPLE
if (APPLE) set(CMAKE_CXX_STANDARD 11)endif(APPLE)
This should be done in a better way