aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-23 21:23:49 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-23 21:23:49 +0000
commit38647b4964a882727dc4dd78603b358d10123132 (patch)
tree094d7f9e24e7186df8e67acbefdb4a07eabe3696 /cmake/modules
parent9e381fe238f6bd4b6a74c064ca482d41b6d4fa07 (diff)
Run lemon from CMAKE_CFG_INTDIR.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30107 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'cmake/modules')
-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}