aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-09-23 21:23:49 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-09-23 21:23:49 +0000
commit6e59814e373a69338b5addf10de4dccae8389d11 (patch)
tree094d7f9e24e7186df8e67acbefdb4a07eabe3696 /cmake
parent234ba3192ee308d02b0d2d390b7080981f716c0b (diff)
Run lemon from CMAKE_CFG_INTDIR.
svn path=/trunk/; revision=30107
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/UseLemon.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/UseLemon.cmake b/cmake/modules/UseLemon.cmake
index 04608715aa..c464927fda 100644
--- a/cmake/modules/UseLemon.cmake
+++ b/cmake/modules/UseLemon.cmake
@@ -11,7 +11,7 @@ MACRO(ADD_LEMON_FILES _sources )
ADD_CUSTOM_COMMAND(
OUTPUT ${_out}
- COMMAND ${CMAKE_BINARY_DIR}/lemon
+ COMMAND ${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR}/lemon
t=${_lemonpardir}/lempar.c
${srcdir}/${_in}
DEPENDS ${_in}