• Aubrey Li's avatar
    balance_serve: Add g++ to compiler list · 45d20fa8
    Aubrey Li authored
    In some OS distributions, g++ exists in the following form:
    
      # ls -l /usr/bin/g++*
      -rwxr-xr-x 4 root root 985784 Dec  9 12:51 /usr/bin/g++
    
    So make sure to add g++ to the compiler list as well.
    45d20fa8
CMakeLists.txt 2.26 KB