From c228a927dffa50d8899a29440c03742e3d002763 Mon Sep 17 00:00:00 2001 From: boufaras Date: Thu, 29 Sep 2011 15:33:47 +0000 Subject: [PATCH] updated git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2470 331e1502-861f-0410-8da2-ba01fb791d7f --- branches/ParadisEO-GPU/install.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branches/ParadisEO-GPU/install.cmake b/branches/ParadisEO-GPU/install.cmake index c5fc8bf58..5a2f206f1 100644 --- a/branches/ParadisEO-GPU/install.cmake +++ b/branches/ParadisEO-GPU/install.cmake @@ -8,7 +8,7 @@ SET(PARADISEO_DIR "/home/mia/workspace/trunk" CACHE PATH "ParadisEO directory" F # Here, just specify CUDA_DIR : the directory where CUDA has been installed SET(CUDA_DIR "/usr/local/cuda" CACHE PATH "CUDA directory" FORCE) -# Here, just specify GPU_DIR : the directory where package Paradiseo GPU has been extrated +# Here, just specify GPU_DIR : the directory where package Paradiseo GPU has been extracted SET(PARADISEO_GPU_DIR "/home/mia/workspace/ParadisEO-GPU1.0" CACHE PATH "ParadisEO-GPU directory" FORCE) #########################################################################################################