Skip to content
  • Justin Goshi's avatar
    server: fix crash if no min version specified · 33802b31
    Justin Goshi authored
    If a CMakeLists.txt file doesn't contain cmake_minimum_required then the
    server was crashing. The root cause was the json object model does not
    support null and was crashing. Add the null check and use an empty
    string in this case.
    33802b31