From d1e06721a25b5ac9267aa665102ff4a91128e266 Mon Sep 17 00:00:00 2001 From: Mark Borgerding Date: Tue, 1 Dec 2009 17:39:29 -0500 Subject: [PATCH] instruction to remove CMakeCache.txt for out-of-source build --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 10c72ab38..d1d9b12de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project(Eigen) cmake_minimum_required(VERSION 2.6.2) if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR}) - message(FATAL_ERROR "In-source builds not allowed. Please make a new directory (called a build directory) and run CMake from there.") + message(FATAL_ERROR "In-source builds not allowed. Please make a new directory (called a build directory) and run CMake from there. (you may need to remove CMakeCache.txt ") endif() # automatically parse the version number