ajout d'une variable pour le pass de paradiseo
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1642 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
361a23c533
commit
d4cc9eac8d
2 changed files with 6 additions and 4 deletions
|
|
@ -25,6 +25,12 @@ ENABLE_LANGUAGE(C)
|
||||||
### 1) Include the install configuration file where are defined the main variables
|
### 1) Include the install configuration file where are defined the main variables
|
||||||
######################################################################################
|
######################################################################################
|
||||||
|
|
||||||
|
IF(NOT DEFINED paradis OR NOT paradis)
|
||||||
|
MESSAGE(FATAL_ERROR "The \"paradis\" variable must be set on the command line to
|
||||||
|
give the path of the install configuration file. ")
|
||||||
|
ENDIF(NOT DEFINED paradis OR NOT paradis)
|
||||||
|
|
||||||
|
|
||||||
INCLUDE(${CMAKE_SOURCE_DIR}/install.cmake)
|
INCLUDE(${CMAKE_SOURCE_DIR}/install.cmake)
|
||||||
|
|
||||||
######################################################################################
|
######################################################################################
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,6 @@
|
||||||
# 1) ParadisEO install: SIMPLE Configuration
|
# 1) ParadisEO install: SIMPLE Configuration
|
||||||
#########################################################################################################
|
#########################################################################################################
|
||||||
|
|
||||||
IF(NOT DEFINED paradis OR NOT paradis)
|
|
||||||
MESSAGE(FATAL_ERROR "The \"paradis\" variable must be set on the command line to
|
|
||||||
give the path of the install configuration file. ")
|
|
||||||
ENDIF(NOT DEFINED config OR NOT config)
|
|
||||||
|
|
||||||
# Here, just specify PARADISEO_DIR : the directory where ParadisEO has been installed
|
# Here, just specify PARADISEO_DIR : the directory where ParadisEO has been installed
|
||||||
SET(PARADISEO_DIR "${paradis}" CACHE PATH "ParadisEO directory" FORCE)
|
SET(PARADISEO_DIR "${paradis}" CACHE PATH "ParadisEO directory" FORCE)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue