Skip to content
  • smspillaz's avatar
    Execute the cmake files separately to ensure that DESTDIR is respected. · 4e4be5e0
    smspillaz authored
    The cmake preprocessor does substitution on install (CODE) at configure time
    and not install time, when DESTDIR is actually set. In order to read it
    correctly, we need to execute the cmake preprocessor in the install cmake
    file itself, so that DESTDIR is set when the file is preprocessed
    4e4be5e0