From 64474336fb3c088ef05820fbfdc11ef1dee70972 Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 10 Feb 2014 18:44:19 +0400 Subject: [PATCH] Update install instructions and other information --- scripts/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 2.39.2