1
0
Эх сурвалжийг харах

ENH: C++ configuration should include C configuration.

Brad King 20 жил өмнө
parent
commit
943108cadf

+ 3 - 0
Source/kwsys/Configure.hxx.in

@@ -14,6 +14,9 @@
 #ifndef @KWSYS_NAMESPACE@_Configure_hxx
 #ifndef @KWSYS_NAMESPACE@_Configure_hxx
 #define @KWSYS_NAMESPACE@_Configure_hxx
 #define @KWSYS_NAMESPACE@_Configure_hxx
 
 
+/* Include C configuration.  */
+#include <@KWSYS_NAMESPACE@/Configure.h>
+
 /* Whether kwsys namespace is "kwsys".  */
 /* Whether kwsys namespace is "kwsys".  */
 #define @KWSYS_NAMESPACE@_NAME_IS_KWSYS @KWSYS_NAME_IS_KWSYS@
 #define @KWSYS_NAMESPACE@_NAME_IS_KWSYS @KWSYS_NAME_IS_KWSYS@