mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
cmake: more changes from Kornel, and Windows fixes: glob is not really cross plattform
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27983 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
874a696dfa
commit
b89a2ff510
@ -39,7 +39,7 @@ macro(lyx_install _parent_src_dir _gl_dir _file_type)
|
||||
set(_base_dir .)
|
||||
endif()
|
||||
#message(STATUS "install ${_dir}/${_base_dir}: ${files_list} ")
|
||||
message(STATUS "install at ${CMAKE_INSTALL_PREFIX}/${_dir}/${_base_dir}")
|
||||
#message(STATUS "install at ${CMAKE_INSTALL_PREFIX}/${_dir}/${_base_dir}")
|
||||
install(FILES ${files_list} DESTINATION ${_dir}/${_base_dir})
|
||||
endif()
|
||||
endforeach(_current_dir)
|
||||
|
Loading…
Reference in New Issue
Block a user