Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "Avoid installing stuff under /usr/includes4u/"
[simgrid.git] / tools / cmake / Distrib.cmake
index 5a0fc10..d85418f 100644 (file)
@@ -67,7 +67,7 @@ endif()
 # include files
 foreach(file ${headers_to_install}  ${generated_headers_to_install})
   get_filename_component(location ${file} PATH)
-  string(REPLACE "${CMAKE_CURRENT_BINARY_DIR}" "" location "${location}")
+  string(REPLACE "${CMAKE_CURRENT_BINARY_DIR}/" "" location "${location}")
   install(FILES ${file} DESTINATION ${location})
 endforeach()