From 1e82803c8189ec74ef27aba66ae017a91d14cbe5 Mon Sep 17 00:00:00 2001 From: jhumeau Date: Mon, 8 Dec 2008 10:15:34 +0000 Subject: [PATCH] git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1280 331e1502-861f-0410-8da2-ba01fb791d7f --- branches/cmakemodif/install.cmake | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/branches/cmakemodif/install.cmake b/branches/cmakemodif/install.cmake index 7c11443f5..71140d31a 100644 --- a/branches/cmakemodif/install.cmake +++ b/branches/cmakemodif/install.cmake @@ -26,7 +26,9 @@ INCLUDE(FindGnuplot) INCLUDE(CheckLibraryExists) -INCLUDE(Dart OPTIONAL) +INCLUDE(Dart OPTIONAL) + +INCLUDE(CPack) # Set a special flag if the environment is windows (should do the same in a config.g file) IF (WIN32) @@ -82,6 +84,11 @@ ENDIF(CMAKE_BUILD_TYPE MATCHES Debug) ##################################################################################### +###################################################################################### +### Copy of benchs and parameter files config +###################################################################################### + +SET(ENABLE_CMAKE_COPY TRUE CACHE BOOL "Enable copy of benchs and parameters file?") ###################################################################################### ### Test config