added tag myDirectory

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@757 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2007-11-06 09:41:31 +00:00
commit 0ff1af4523

View file

@ -5,7 +5,7 @@
#########################################################################################################
# Here, just specify PARADISEO_DIR : the directory where ParadisEO has been installed
SET(PARADISEO_DIR "/opt/paradiseo-ix86-1.0" CACHE PATH "ParadisEO directory" FORCE)
SET(PARADISEO_DIR "myDirectory" CACHE PATH "ParadisEO directory" FORCE)
#########################################################################################################
@ -47,4 +47,4 @@ SET(PARADISEO_PEO_BIN_DIR "${PARADISEO_DIR}/paradiseo-peo/build" CACHE PATH "Par
ENDIF(CMAKE_GENERATOR STREQUAL "Visual Studio 8 2005")
ENDIF(NOT WITH_SHARED_LIBS)
ENDIF(CMAKE_CXX_COMPILER MATCHES cl)
######################################################################################
######################################################################################