added "-DENABLE_CMAKE_TESTING=TRUE" by default
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1165 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
c90e707342
commit
53dd523948
1 changed files with 3 additions and 2 deletions
|
|
@ -1072,7 +1072,6 @@ do
|
||||||
if [ "${i%=*}" = "--debug" ]
|
if [ "${i%=*}" = "--debug" ]
|
||||||
then
|
then
|
||||||
BUILD_TYPE=Debug
|
BUILD_TYPE=Debug
|
||||||
OPTIONNAL_CMAKE_FLAGS='-DENABLE_CMAKE_TESTING=TRUE'
|
|
||||||
CTEST_CONFIG="$CTEST_CONFIG -D ExperimentalTest"
|
CTEST_CONFIG="$CTEST_CONFIG -D ExperimentalTest"
|
||||||
fi
|
fi
|
||||||
if [ "${i%=*}" = "--skipdart" ]
|
if [ "${i%=*}" = "--skipdart" ]
|
||||||
|
|
@ -1099,7 +1098,9 @@ then
|
||||||
CTEST_CONFIG="$CTEST_CONFIG -D ExperimentalSubmit"
|
CTEST_CONFIG="$CTEST_CONFIG -D ExperimentalSubmit"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
### Set the optional flags for the modules
|
||||||
|
OPTIONNAL_CMAKE_FLAGS='-DENABLE_CMAKE_TESTING=TRUE'
|
||||||
|
|
||||||
### Need the generator
|
### Need the generator
|
||||||
BUILD_PROCESS_TYPE=0
|
BUILD_PROCESS_TYPE=0
|
||||||
GENERATOR_TREATENED=0
|
GENERATOR_TREATENED=0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue