Dart -> CDash
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1258 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
cae315ab4b
commit
7361f3615a
1 changed files with 2 additions and 4 deletions
|
|
@ -1,5 +1,3 @@
|
||||||
|
|
||||||
|
|
||||||
######################################################################################
|
######################################################################################
|
||||||
### CMake basic configuration
|
### CMake basic configuration
|
||||||
######################################################################################
|
######################################################################################
|
||||||
|
|
@ -28,10 +26,10 @@ INCLUDE(FindGnuplot)
|
||||||
|
|
||||||
INCLUDE(CheckLibraryExists)
|
INCLUDE(CheckLibraryExists)
|
||||||
|
|
||||||
INCLUDE(Dart OPTIONNAL)
|
INCLUDE(Dart OPTIONAL)
|
||||||
|
|
||||||
# the project can have a DartConfig.cmake file
|
# 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)
|
# Set a special flag if the environment is windows (should do the same in a config.g file)
|
||||||
IF (WIN32)
|
IF (WIN32)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue