From 68ed8904f08068d877377e7f2b3f7a709879e94b Mon Sep 17 00:00:00 2001 From: Rashad Kanavath <rashad.kanavath@c-s.fr> Date: Thu, 19 Jan 2017 06:28:36 +0100 Subject: [PATCH] BUG: cmake syntax error in last commit --- SuperBuild/Packaging/InstallSupportFiles.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SuperBuild/Packaging/InstallSupportFiles.cmake b/SuperBuild/Packaging/InstallSupportFiles.cmake index 56e8860da1..1b1422c117 100644 --- a/SuperBuild/Packaging/InstallSupportFiles.cmake +++ b/SuperBuild/Packaging/InstallSupportFiles.cmake @@ -237,7 +237,7 @@ function(func_install_otb_support_files) install( FILES ${PACKAGE_SUPPORT_FILES_DIR}/otbenv.profile DESTINATION ${PKG_STAGE_DIR} - RENAME otbenv.sh) + RENAME otbenv.sh ) endforeach() -- GitLab