X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d8125d9900c8b309e1f17e5c4df5435de581ff4a..ab965cd81243a000b1d4bb7173ff6fae77156bbe:/buildtools/CPACK/src/CMakeSupernovae.txt diff --git a/buildtools/CPACK/src/CMakeSupernovae.txt b/buildtools/CPACK/src/CMakeSupernovae.txt index 3741a0dc1d..55eeaa40a9 100644 --- a/buildtools/CPACK/src/CMakeSupernovae.txt +++ b/buildtools/CPACK/src/CMakeSupernovae.txt @@ -27,9 +27,9 @@ foreach(file ${simgrid_sources}) endif(file_delete MATCHES "${file}") endforeach (file_delete ${simgrid_fragile_sources}) if(en_plus) - if(file MATCHES "/home/navarrop/Bureau/simgrid-trunk/src/xbt/log.c") + if(file MATCHES "${PROJECT_DIRECTORY}/src/xbt/log.c") set(file "xbt/log.c") - endif(file MATCHES "/home/navarrop/Bureau/simgrid-trunk/src/xbt/log.c") + endif(file MATCHES "${PROJECT_DIRECTORY}/src/xbt/log.c") set(temp_src_simgrid "${temp_src_simgrid} ${file}") endif(en_plus) endforeach(file ${simgrid_sources}) @@ -43,9 +43,9 @@ foreach(file ${gras_sources}) endif(file_delete MATCHES "${file}") endforeach (file_delete ${gras_fragile_sources}) if(en_plus) - if(file MATCHES "/home/navarrop/Bureau/simgrid-trunk/src/xbt/log.c") + if(file MATCHES "${PROJECT_DIRECTORY}/src/xbt/log.c") set(file "xbt/log.c") - endif(file MATCHES "/home/navarrop/Bureau/simgrid-trunk/src/xbt/log.c") + endif(file MATCHES "${PROJECT_DIRECTORY}/src/xbt/log.c") set(temp_src_gras "${temp_src_gras} ${file}") endif(en_plus) endforeach(file ${gras_sources})