You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake now seems to support google test out of the box (since 3.10 or 3.9. something). This might reduce the need to include google test and mock within the glbinding repository. Furthermore, all major IDEs and systems provide google test by default (pre-installed, even in Visual Studio since 2017 or even earlier).
The text was updated successfully, but these errors were encountered:
Before this, we need to decide on the minimum required CMake version for cmake-init. This is currently CMake 3.2 with some backward-compatibility layers for CMake down to 3.0.
CMake now seems to support google test out of the box (since 3.10 or 3.9. something). This might reduce the need to include google test and mock within the glbinding repository. Furthermore, all major IDEs and systems provide google test by default (pre-installed, even in Visual Studio since 2017 or even earlier).
The text was updated successfully, but these errors were encountered: