mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Amend(2) 4b052dec
: Do not use CMAKE_INSTALL_PREFIX
On Windows this leads to duplicated use of 'LYX_INSTALLED' in the installed paths. Spotted by Eugene.
This commit is contained in:
parent
4b052dec77
commit
66142c7d08
2
3rdparty/dtl/CMakeLists.txt
vendored
2
3rdparty/dtl/CMakeLists.txt
vendored
@ -35,5 +35,5 @@ endforeach()
|
|||||||
# Install dtl tools in this directory to omit possible packaging conflicts
|
# Install dtl tools in this directory to omit possible packaging conflicts
|
||||||
# if installing multiple lyx versions, each with own dtl executables
|
# if installing multiple lyx versions, each with own dtl executables
|
||||||
get_data_destination(dest_data)
|
get_data_destination(dest_data)
|
||||||
install(TARGETS ${targets} DESTINATION "${CMAKE_INSTALL_PREFIX}/${dest_data}/extratools")
|
install(TARGETS ${targets} DESTINATION "${dest_data}/extratools")
|
||||||
install(FILES ${_manuals} DESTINATION ${LYX_MAN_DIR}/man1)
|
install(FILES ${_manuals} DESTINATION ${LYX_MAN_DIR}/man1)
|
||||||
|
Loading…
Reference in New Issue
Block a user