Skip to content
Snippets Groups Projects
Commit 5938d350 authored by Brad King's avatar Brad King
Browse files

COMP: All kwsys .hxx headers should include Configure.hxx. Re-enabling testAutoPtr.

parent df893139
No related branches found
No related tags found
No related merge requests found
......@@ -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@
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment