From 8f9f2b546277898ea602ae40f639e4b58e413fe5 Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Fri, 18 May 2018 08:29:40 +0200 Subject: Rename Placeholders to Virtual Files in code #6531 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index f43209e1f..a7856a0e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,8 +14,8 @@ else () endif() # Default suffix if the theme doesn't define one -if(NOT DEFINED APPLICATION_PLACEHOLDER_SUFFIX) - set(APPLICATION_PLACEHOLDER_SUFFIX "${APPLICATION_SHORTNAME}_placeholder" CACHE STRING "Placeholder suffix (not including the .)") +if(NOT DEFINED APPLICATION_VIRTUALFILE_SUFFIX) + set(APPLICATION_VIRTUALFILE_SUFFIX "${APPLICATION_SHORTNAME}_virtual" CACHE STRING "Virtual file suffix (not including the .)") endif() # need this logic to not mess with re/uninstallations via macosx.pkgproj -- cgit v1.2.3