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.
sbs.cmake
enable_language()
project()