https://github.com/Kitware/CMake
Revision 5adb6b7a34fc67ed49d8f70c1b5b57ca808ef2c4 authored by Brad King on 09 April 2012, 19:57:02 UTC, committed by Brad King on 09 April 2012, 19:57:02 UTC
Since commit 44d007b6 (CheckIncludeFiles: fix status output, 2012-02-01)
check_include_files reports the list of files tested instead of the name
of the variable storing the result.  Some projects incrementally test
and concatenate very long lists leading to long messages that do not
provide much information.  Users report confusion especially when the
lines wrap.

For lists of more than two files produce messages of the format

 Looing for N include files first.h, ..., last.h

where N is the list length and "..." is literal.  Leave the log file
entries and cache entry description unchanged as they should have the
full detail of the check performed.
1 parent 44d007b
History
Tip revision: 5adb6b7a34fc67ed49d8f70c1b5b57ca808ef2c4 authored by Brad King on 09 April 2012, 19:57:02 UTC
CheckIncludeFiles: Shorten check description message
Tip revision: 5adb6b7
File Mode Size
Docs
Example
Modules
Source
Templates
Tests
Utilities
.gitattributes -rw-r--r-- 569 bytes
.hooks-config.bash -rw-r--r-- 866 bytes
CMakeCPack.cmake -rw-r--r-- 5.5 KB
CMakeCPackOptions.cmake.in -rw-r--r-- 2.7 KB
CMakeGraphVizOptions.cmake -rw-r--r-- 153 bytes
CMakeLists.txt -rw-r--r-- 25.8 KB
CMakeLogo.gif -rw-r--r-- 4.4 KB
CTestConfig.cmake -rw-r--r-- 1.0 KB
CTestCustom.cmake.in -rw-r--r-- 3.1 KB
CTestCustom.ctest.in -rw-r--r-- 145 bytes
ChangeLog.manual -rw-r--r-- 114.9 KB
ChangeLog.txt -rw-r--r-- 2.5 MB
CompileFlags.cmake -rw-r--r-- 2.4 KB
Copyright.txt -rw-r--r-- 2.6 KB
DartConfig.cmake -rw-r--r-- 809 bytes
DartLocal.conf.in -rw-r--r-- 4.0 KB
Readme.txt -rw-r--r-- 1.9 KB
bootstrap -rwxr-xr-x 50.8 KB
cmake.1 -rw-r--r-- 3.6 KB
cmake_uninstall.cmake.in -rw-r--r-- 968 bytes
configure -rwxr-xr-x 99 bytes
doxygen.config -rw-r--r-- 27.7 KB

Readme.txt

back to top