Revision 907c09cd312e60d10f7af9342ad88e550af5e36c authored by Stephen Kelly on 17 February 2014, 10:08:58 UTC, committed by Stephen Kelly on 17 February 2014, 10:08:58 UTC
The cmGeneratorExpression is used here, but the header for it is not
in the include heirarchy.  This would be a compile error if the file
were compiled as a standalone translation unit, but it is instead
used in a mini-unity-build by inclusion in cmCommands.cxx. The header
for cmGeneratorExpression happens to be included first, so the
compilation works fine.

IDEs do not know this however, and flag the use as an error.
1 parent a74d125
History
File Mode Size
Doxygen
Git
GitSetup
KWIML
KWStyle
Release
Sphinx
cmbzip2
cmcompress
cmcurl
cmexpat
cmlibarchive
cmzlib
.NoDartCoverage -rw-r--r-- 39 bytes
.gitattributes -rw-r--r-- 76 bytes
CMakeLists.txt -rw-r--r-- 1.4 KB
SetupForDevelopment.sh -rwxr-xr-x 392 bytes
cmThirdParty.h.in -rw-r--r-- 900 bytes
cm_bzlib.h -rw-r--r-- 790 bytes
cm_curl.h -rw-r--r-- 793 bytes
cm_expat.h -rw-r--r-- 790 bytes
cm_libarchive.h -rw-r--r-- 902 bytes
cm_xmlrpc.h -rw-r--r-- 782 bytes
cm_zlib.h -rw-r--r-- 783 bytes

back to top