4
mirror of git://git.acid.vegas/anope.git synced 2024-11-15 04:06:42 +00:00
anope/cmake/ReadFile.cmake

6 lines
193 B
CMake
Raw Normal View History

2023-05-07 17:44:21 +00:00
# This file is external to the read_from_file macro in Anope.cmake in order to
# get around a possible memory leak in older versions of CMake.
file(READ "${FILE}" RESULT)
message("${RESULT}")