commit 0ef5bee5cc9292466e09461683aeb0b4c3a2cdb4
Author: Kornel Benko <kor...@lyx.org>
Date:   Thu Feb 6 21:53:17 2025 +0100

    Cmake build(APPLE): Amend ea55792f
    
    Typo spotted by Patrick De Visschere <pdvissch...@edpnet.be>
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8cafc14114..9146484942 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -585,7 +585,7 @@ endif()
 
 if (WIN32)
        set(LYX_DATA_SUBDIR "Resources/" CACHE STRING "Subdirectory for all 
lyx-system-data" FORCE)
-elsif(APPLE)
+elseif(APPLE)
        set(LYX_DATA_SUBDIR ${LYX_BUNDLE_NAME}.app/Contents/Resources/ CACHE 
STRING "Bundle Contents dir" FORCE)
 else()
        set(LYX_DATA_SUBDIR "share/${_lyx}/" CACHE STRING "Subdirectory for all 
lyx-system-data" FORCE)
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to