• Sergei Golubchik's avatar
    Fix RPM packaging on cmake 3.18+ · c7902186
    Sergei Golubchik authored
    cmake has caught up and since version 3.18 it started supporting
    CPACK_RPM_POST_TRANS_SCRIPT_FILE, something we've supported for
    two years and cmake 2.8.11. Both implementation add %posttrans tag
    and rpmbuild gets confused.
    
    Disable our implementation for cmake 3.18+
    c7902186
CPackRPM.cmake 2.12 KB