From df893139e2152c8ee62e6209a1c9ccc9f96b467b Mon Sep 17 00:00:00 2001 From: Brad King <brad.king@kitware.com> Date: Sat, 3 Mar 2007 15:32:00 -0500 Subject: [PATCH] COMP: Disable auto_ptr test for now. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9398101..e7d8849 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -871,7 +871,7 @@ IF(KWSYS_STANDALONE OR CMake_SOURCE_DIR) # C++ tests SET(KWSYS_CXX_TESTS - testAutoPtr + # testAutoPtr testHashSTL testRegistry testIOS -- GitLab