From 24916059acc6d86286b6584b984f849e7038f912 Mon Sep 17 00:00:00 2001 From: Camille GOUTTEBROZE Date: Tue, 21 Oct 2014 14:04:06 +0200 Subject: [PATCH] Typo --- src/AppQuickStart/ressources/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AppQuickStart/ressources/CMakeLists.txt b/src/AppQuickStart/ressources/CMakeLists.txt index 3e75078a6..e411b268e 100644 --- a/src/AppQuickStart/ressources/CMakeLists.txt +++ b/src/AppQuickStart/ressources/CMakeLists.txt @@ -22,9 +22,9 @@ # =============================================================== # These files are executable scripts -SET(FILES +SET(APPQUICKSTART_RESOURCES_FILES "Anita semi square.ttf" background.png ) -INSTALL( FILE ${FILES} DESTINATION ${SALOME_KERNEL_INSTALL_RES_DATA}) +INSTALL( FILES ${APPQUICKSTART_RESOURCES_FILES} DESTINATION ${SALOME_KERNEL_INSTALL_RES_DATA} ) -- 2.39.2