mirror of
https://github.com/anope/anope.git
synced 2026-06-20 04:04:46 +02:00
b766b3a597
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@3006 5417fbe8-f217-4b02-8779-1006273d7864
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}")
|