From 3aa23ce6ebb4df16428ef5619958abaa3d9710dc Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Mon, 14 May 2007 08:59:09 -0400 Subject: ENH: revert back to SUBDIRS so that CMake can be built with 2.2 --- Tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 8e9a19c..f13e581 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -839,4 +839,4 @@ IF(BUILD_TESTING) ENDIF(BUILD_TESTING) -ADD_SUBDIRECTORY(CMakeTests) +SUBDIRS(CMakeTests) -- cgit v0.12