From: vsr Date: Mon, 10 Feb 2014 14:44:19 +0000 (+0400) Subject: Update install instructions and other information X-Git-Tag: V1_0_0~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=64474336fb3c088ef05820fbfdc11ef1dee70972;p=tools%2Fsimanio.git Update install instructions and other information --- diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index 0586463..dd9f69f 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -17,7 +17,7 @@ # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # -# [ scripts to be installed ] +# [ files to be installed ] FILE(GLOB _install_FILES "${CMAKE_CURRENT_SOURCE_DIR}/*.sh") -SET(_perms OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE) -INSTALL(FILES ${_install_FILES} DESTINATION share/simanio/misc PERMISSIONS ${_perms}) + +INSTALL(FILES ${_install_FILES} DESTINATION share/simanio/misc)