Don't know, how this corresponds to ${hints}. What are your values?
FILES_LYX should be created from value of "CMAKE_INSTALL_PREFIX_ABSOLUTE" I 
think.

CMAKE_INSTALL_PREFIX_ABSOLUTE is used:

!define FILES_LYX "@CMAKE_INSTALL_PREFIX_ABSOLUTE@"

seems CMAKE_INSTALL_PREFIX_ABSOLUT is somehow corrupted.


"deps20" will aslo make trouble I assume:
!define FILES_DEPS "@LYX_DEPENDENCIES_DIR@/deps20"



How to solve ?

Starting again with an empty build dir?


We could output some variables.
Like
        message(STATUS "CMAKE_INSTALL_PREFIX_ABSOLUTE = " 
${CMAKE_INSTALL_PREFIX_ABSOLUTE})
in ./CMakeLists.txt before creating settings-cmake.nsh with
        configure_file(development/Win32/packaging/installer/settings.nsh.cmake 
${CMAKE_BINARY_DIR}/installer/settings-cmake.nsh @ONLY)

Vincent

        Kornel

Reply via email to