• Show log

    Commit

  • Hash : 86b5d2e9
    Author : Borys Smejda
    Date : 2022-08-13T19:10:10

    Fixed CMake configuration failure (libevent#1321)
    
    Deleted usage of CMake feature 'file(REAL_PATH'
    which is available from version 3.19
    with an old 'get_filename_component' so that
    older version of CMake can still be used
    to configure the project.