Dart -> CDash

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1258 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2008-11-17 10:22:41 +00:00
commit 7361f3615a

View file

@ -1,5 +1,3 @@
######################################################################################
### CMake basic configuration
######################################################################################
@ -28,10 +26,10 @@ INCLUDE(FindGnuplot)
INCLUDE(CheckLibraryExists)
INCLUDE(Dart OPTIONNAL)
INCLUDE(Dart OPTIONAL)
# the project can have a DartConfig.cmake file
INCLUDE(DartConfig.cmake OPTIONNAL)
#INCLUDE(DartConfig.cmake OPTIONAL)
# Set a special flag if the environment is windows (should do the same in a config.g file)
IF (WIN32)