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
I know the library is effectively unmaintained, in the interest of keeping a compatible fork, is there currently anyone that hard requires a CMAKE version below 3.15?
There is a cmake warning on windows using VS2022 cl : Command line warning D9025 : overriding '/W3' with '/W4' which would be fixed by bumping cmake_minimum_required up to 3.15 or above, see discussiong here. Is there currently any blocker to this?
The text was updated successfully, but these errors were encountered:
I know the library is effectively unmaintained, in the interest of keeping a compatible fork, is there currently anyone that hard requires a CMAKE version below 3.15?
There is a cmake warning on windows using VS2022
cl : Command line warning D9025 : overriding '/W3' with '/W4'
which would be fixed by bumpingcmake_minimum_required
up to 3.15 or above, see discussiong here. Is there currently any blocker to this?The text was updated successfully, but these errors were encountered: