Skip to content
  • Alvin Wong's avatar
    Remove `ALWAYS 0` "option" to ExternalProject_Add · 30abe0db
    Alvin Wong authored
    It is actually not an available option; and thanks to how ExternalProject
    is parsing the options, the `UPDATE_COMMAND ""` option that is often
    conveniently placed immediately before that would cause CMake to always
    rebuild the external project.
    
    Removing them should stop most unnecessary rebuilds.
    30abe0db