mirror of
git://git.acid.vegas/anope.git
synced 2024-11-14 11:46:42 +00:00
6 lines
193 B
CMake
6 lines
193 B
CMake
# 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}")
|