From e52a098c97b2d4edc942b31405600c8c650f8b0b Mon Sep 17 00:00:00 2001 From: legrand Date: Thu, 28 Jun 2007 12:12:27 +0000 Subject: [PATCH] added EO instruction git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@433 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-moeo/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/paradiseo-moeo/CMakeLists.txt b/trunk/paradiseo-moeo/CMakeLists.txt index 48b4ec91a..41d64c728 100644 --- a/trunk/paradiseo-moeo/CMakeLists.txt +++ b/trunk/paradiseo-moeo/CMakeLists.txt @@ -83,7 +83,7 @@ ENDIF(NOT DEFINED MOEO_DOC_DIR) IF(EXISTS ${EO_DIR}) MESSAGE (STATUS "Using ParadisEO-EO path: ${EO_DIR}") ELSE(EXISTS ${EO_DIR}) - MESSAGE (FATAL_ERROR "Could not find the ParadisEO-EO path: ${EO_DIR}") + MESSAGE (FATAL_ERROR "Could not find the ParadisEO-EO path: ${EO_DIR}. You should use : cmake . -DEOdir=") ENDIF(EXISTS ${EO_DIR}) # Is it an absolute path ?