]> granicus.if.org Git - libevent/commit
Fixed CMake configuration failure (libevent#1321)
authorBorys Smejda <borys.smejda@gmail.com>
Sat, 13 Aug 2022 17:10:10 +0000 (19:10 +0200)
committerAzat Khuzhin <a3at.mail@gmail.com>
Sat, 13 Aug 2022 18:15:06 +0000 (20:15 +0200)
commit86b5d2e951eaa88cb5fed2be23fa5af85facad4a
treea4d1794ccf48813ea1c213c67c0b90b2e7fdc6e6
parent4ca417afa4dde0895707e2cf6faf1e8ac2d101e1
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.
CMakeLists.txt