diff options
author | Brad King <brad.king@kitware.com> | 2007-03-03 20:43:31 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-03-03 20:43:31 (GMT) |
commit | 091eafefb347c25244f87696848085923e3a514f (patch) | |
tree | d786a0e83f2785dc3ca9ea1e9d2d0d7632fbda62 /Source/kwsys/CMakeLists.txt | |
parent | 55abd5068120e188c6d341fa446ad82cea25a30b (diff) | |
download | CMake-091eafefb347c25244f87696848085923e3a514f.zip CMake-091eafefb347c25244f87696848085923e3a514f.tar.gz CMake-091eafefb347c25244f87696848085923e3a514f.tar.bz2 |
COMP: All kwsys .hxx headers should include Configure.hxx. Re-enabling testAutoPtr.
Diffstat (limited to 'Source/kwsys/CMakeLists.txt')
-rw-r--r-- | Source/kwsys/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/CMakeLists.txt b/Source/kwsys/CMakeLists.txt index 25b5691..d174b97 100644 --- a/Source/kwsys/CMakeLists.txt +++ b/Source/kwsys/CMakeLists.txt @@ -871,7 +871,7 @@ IF(KWSYS_STANDALONE OR CMake_SOURCE_DIR) # C++ tests SET(KWSYS_CXX_TESTS - # testAutoPtr + testAutoPtr testHashSTL testRegistry testIOS |