aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}