Skip to content

[CMake] Set C++ standard to 14 + fix enable_language warning

Niccolò Betto requested to merge cmake-cxx-ver into main

The sbs.cmake script was included too early, which caused enable_language() to be called before the call to project(), which is illegal by CMake specification.

Edited by Niccolò Betto

Merge request reports

Loading