mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Cmake build tests: Create directory neede for testing
While testing exports, we need a directory for created mess, which we use then as working directory.
This commit is contained in:
parent
cd84a3024d
commit
1a1ee97758
@ -6,7 +6,7 @@
|
||||
|
||||
set(LYX_HOME "out-home")
|
||||
set(LOCALE_DIR "${CMAKE_CURRENT_BINARY_DIR}/locale")
|
||||
file(MAKE_DIRECTORY "${LOCALE_DIR}")
|
||||
file(MAKE_DIRECTORY "${LOCALE_DIR}" "${CMAKE_CURRENT_BINARY_DIR}/${LYX_HOME}")
|
||||
|
||||
if(Q_WS_X11)
|
||||
set(Missing)
|
||||
|
Loading…
Reference in New Issue
Block a user