From 40774c625e7d47898bb171287c508c99b0b14fc0 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 27 Feb 2009 16:19:13 +0000 Subject: add a proof of concept autodiff jacobian helper class based on adolc with unit test and FindAdolc cmake module --- unsupported/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'unsupported/CMakeLists.txt') diff --git a/unsupported/CMakeLists.txt b/unsupported/CMakeLists.txt index 6ebc94582..de3e0dc9f 100644 --- a/unsupported/CMakeLists.txt +++ b/unsupported/CMakeLists.txt @@ -2,7 +2,6 @@ add_subdirectory(Eigen) if(EIGEN_BUILD_TESTS) - include(CTest) add_subdirectory(test) endif(EIGEN_BUILD_TESTS) -- cgit v1.2.3