diff options
| author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-03-11 20:10:00 +0000 |
|---|---|---|
| committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-03-11 20:10:00 +0000 |
| commit | 29b9577bd2846611efb732cc134e5c84956225b8 (patch) | |
| tree | 78d6b4410748737b20824c80ae0a78f777ad6e2f /ReadFile.cmake | |
| parent | 174bb94648eb9927255bed79f0ec09da4fbfd4d9 (diff) | |
Fix the CMake generation to work with older versions of CMake 2.4.x, cleaning up some of the macros and also correcting the code to detect what version of CMake is in use.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2155 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'ReadFile.cmake')
| -rw-r--r-- | ReadFile.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ReadFile.cmake b/ReadFile.cmake new file mode 100644 index 000000000..205764d01 --- /dev/null +++ b/ReadFile.cmake @@ -0,0 +1,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}") + |
