summaryrefslogtreecommitdiffstats
path: root/Source/cmListFileCache.cxx
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2008-04-27 11:01:05 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2008-04-27 11:01:05 (GMT)
commit05f84cb09138684eedddc96485cd51574b4709bb (patch)
tree3d29deb27bdf2fe040f740a5da00b0fe7efcddb6 /Source/cmListFileCache.cxx
parent231fb3756c1f5a2ad59867ea92cca9cde642e60c (diff)
downloadCMake-05f84cb09138684eedddc96485cd51574b4709bb.zip
CMake-05f84cb09138684eedddc96485cd51574b4709bb.tar.gz
CMake-05f84cb09138684eedddc96485cd51574b4709bb.tar.bz2
ENH: write the cmake version into the file created by EXPORT_LIBRARY_DEPENDENCIES()
to help with debugging later on. The same should be done in the import target files (but I didn't have time to do it yet). STYLE: fix line length in cmListFileCache.cxx Alex
Diffstat (limited to 'Source/cmListFileCache.cxx')
-rw-r--r--Source/cmListFileCache.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmListFileCache.cxx b/Source/cmListFileCache.cxx
index c7383ea..a11ab98 100644
--- a/Source/cmListFileCache.cxx
+++ b/Source/cmListFileCache.cxx
@@ -134,7 +134,8 @@ bool cmListFile::ParseFile(const char* filename,
break;
}
}
- // if no policy command is found this is an error if they use any non advanced functions or a lot of functions
+ // if no policy command is found this is an error if they use any
+ // non advanced functions or a lot of functions
if(!hasVersion)
{
bool isProblem = true;