[CMake] Set C++ standard to 14 + fix enable_language warning
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