From 86940dd605ad879d1a71634798f552b076641c36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20K=C3=BCmmel?= Date: Thu, 21 Sep 2006 10:49:23 +0000 Subject: [PATCH] create the binary in /bin git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15102 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/cmake/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/development/cmake/CMakeLists.txt b/development/cmake/CMakeLists.txt index 310294788a..281cee8ad8 100644 --- a/development/cmake/CMakeLists.txt +++ b/development/cmake/CMakeLists.txt @@ -7,6 +7,8 @@ # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/modules") +set (EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin) + set(PACKAGE lyx) set(PACKAGE_VERSION 1.4.3)