diff options
author | Alexander Neundorf <neundorf@kde.org> | 2008-04-27 11:01:05 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2008-04-27 11:01:05 (GMT) |
commit | 05f84cb09138684eedddc96485cd51574b4709bb (patch) | |
tree | 3d29deb27bdf2fe040f740a5da00b0fe7efcddb6 /Source/cmListFileCache.cxx | |
parent | 231fb3756c1f5a2ad59867ea92cca9cde642e60c (diff) | |
download | CMake-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.cxx | 3 |
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; |