From c20236ea757e937c0f23905820c1252c2e0477a2 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Tue, 4 Aug 2009 17:06:54 +0200 Subject: [PATCH] remove the FORCE --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 85e8490f1..6d9a999c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -108,7 +108,7 @@ set(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include/eigen2" CACHE PATH "The directory where we install the header files" - FORCE) +) if(EIGEN_BUILD_PKGCONFIG) configure_file(eigen2.pc.in eigen2.pc)