summaryrefslogtreecommitdiff
path: root/ReadFile.cmake
blob: 205764d016407a4ab69d73060e8027343a872119 (plain)
1
2
3
4
5
6
# 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}")