Author :
Borys Smejda
Date :
2022-08-13 19:10:10
Hash :86b5d2e9 Message :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.