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