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:
Kornel Benko 2013-08-26 22:02:20 +02:00
parent cd84a3024d
commit 1a1ee97758

View File

@ -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)