mpeg2ts icon indicating copy to clipboard operation
mpeg2ts copied to clipboard

Fix macos build googletest requires C++ 11

Open kohnech opened this issue 5 years ago • 0 comments

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 avatar Feb 16 '20 09:02 kohnech