From 1a1ee9775820269e8325579f9a44fbe8552f3c81 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Mon, 26 Aug 2013 22:02:20 +0200 Subject: [PATCH] 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. --- development/autotests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/autotests/CMakeLists.txt b/development/autotests/CMakeLists.txt index 3c522f842f..c136f4e6f1 100644 --- a/development/autotests/CMakeLists.txt +++ b/development/autotests/CMakeLists.txt @@ -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)