COMP: All kwsys .hxx headers should include Configure.hxx. Re-enabling testAutoPtr.
This commit is contained in:
parent
55abd50681
commit
091eafefb3
|
@ -871,7 +871,7 @@ IF(KWSYS_STANDALONE OR CMake_SOURCE_DIR)
|
|||
|
||||
# C++ tests
|
||||
SET(KWSYS_CXX_TESTS
|
||||
# testAutoPtr
|
||||
testAutoPtr
|
||||
testHashSTL
|
||||
testRegistry
|
||||
testIOS
|
||||
|
|
|
@ -14,6 +14,8 @@
|
|||
#ifndef @KWSYS_NAMESPACE@_auto_ptr_hxx
|
||||
#define @KWSYS_NAMESPACE@_auto_ptr_hxx
|
||||
|
||||
#include <@KWSYS_NAMESPACE@/Configure.hxx>
|
||||
|
||||
namespace @KWSYS_NAMESPACE@
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in New Issue