Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
no more tesh target on win
[simgrid.git] / buildtools / Cmake / Distrib.cmake
index 6a9c66c45bc754687b5cb1ab55653f337b69a8fc..c7eaa1a7bdee5f2591c00e12f9ce81508c62c939 100644 (file)
@@ -241,7 +241,7 @@ foreach(file ${source_to_pack})
   # Actually copy the file
   add_custom_command(
     TARGET dist-dir
-    COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_HOME_DIRECTORY}/${file} ${PROJECT_NAME}-${release_version}/${file_location}/
+    COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_HOME_DIRECTORY}/${file} ${PROJECT_NAME}-${release_version}/${file_location}
     )
 endforeach(file ${source_to_pack})