diff options
author | Brad King <brad.king@kitware.com> | 2005-06-09 12:02:58 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-06-09 12:02:58 (GMT) |
commit | 943108cadfd5b43761ff03ebe260d0b04b2a8caa (patch) | |
tree | bc59950335a80925bf586fe67a2865d6e336452b /Source | |
parent | c1f64baa4aadde1750203e5adf49fe05b7c4de1e (diff) | |
download | CMake-943108cadfd5b43761ff03ebe260d0b04b2a8caa.zip CMake-943108cadfd5b43761ff03ebe260d0b04b2a8caa.tar.gz CMake-943108cadfd5b43761ff03ebe260d0b04b2a8caa.tar.bz2 |
ENH: C++ configuration should include C configuration.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/kwsys/Configure.hxx.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/kwsys/Configure.hxx.in b/Source/kwsys/Configure.hxx.in index af47f1a..7cf9abd 100644 --- a/Source/kwsys/Configure.hxx.in +++ b/Source/kwsys/Configure.hxx.in @@ -14,6 +14,9 @@ #ifndef @KWSYS_NAMESPACE@_Configure_hxx #define @KWSYS_NAMESPACE@_Configure_hxx +/* Include C configuration. */ +#include <@KWSYS_NAMESPACE@/Configure.h> + /* Whether kwsys namespace is "kwsys". */ #define @KWSYS_NAMESPACE@_NAME_IS_KWSYS @KWSYS_NAME_IS_KWSYS@ |