Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix distrib for win (and try not to break it for linux?)
authorAugustin Degomme <degomme@idpann.imag.fr>
Wed, 25 Sep 2013 18:04:35 +0000 (20:04 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Wed, 25 Sep 2013 18:05:10 +0000 (20:05 +0200)
buildtools/Cmake/Distrib.cmake

index 6a9c66c..c7eaa1a 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})