Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix installation of example files.
[simgrid.git] / buildtools / Cmake / Distrib.cmake
index be0d118..4de52cd 100644 (file)
@@ -76,20 +76,12 @@ endforeach(file ${install_HEADERS})
 
 # example files
 foreach(file ${examples_to_install_in_doc})
-  string(REPLACE "${CMAKE_HOME_DIRECTORY}/examples/" "" file ${file})
+  string(REPLACE "${CMAKE_CURRENT_SOURCE_DIR}/examples/" "" file ${file})
   get_filename_component(location ${file} PATH)
   install(FILES "examples/${file}"
           DESTINATION $ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/doc/simgrid/examples/${location})
 endforeach(file ${examples_to_install_in_doc})
 
-# example README
-foreach(file ${README_examples_files})
-  string(REPLACE "${CMAKE_HOME_DIRECTORY}/examples/" "" file ${file})
-  get_filename_component(location ${file} PATH)
-  install(FILES "examples/${file}"
-          DESTINATION $ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/doc/simgrid/examples/${location})
-endforeach(file ${README_examples_files})
-
 # bindings cruft
 
 if(HAVE_LUA)