mirror of
https://github.com/anope/anope.git
synced 2026-06-24 18:26:37 +02:00
29b9577bd2
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2155 5417fbe8-f217-4b02-8779-1006273d7864
7 lines
194 B
CMake
7 lines
194 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}")
|
|
|