El 01.05.2017 a las 19:33, Kornel Benko escribió:

if (WIN32)
        set(suffixing ${LYX_PACKAGE_SUFFIX})
else()
        set(suffixing ${LYX_PROGRAM_SUFFIX})
endif()
if(suffixing)
        set(PACKAGE ${PACKAGE_BASE}${LYX_INSTALL_SUFFIX})
else()
        set(PACKAGE ${PACKAGE_BASE})
endif()

This works for me. Please put it in.

thanks and regards
Uwe

Reply via email to