• Robert Schmidt's avatar
    Reorder compile options to have user-defined last · 3991f15c
    Robert Schmidt authored
    The previous version would put the user-defined options first. However,
    the default options include e.g., -Wall. If a user tries to override
    (see for instance the next commit) -Wall or other options might override
    this and not honor the user choice.
    
    To always have the user have the last work, put user-defined compile
    options last.
    3991f15c
CMakeLists.txt 89.2 KB