summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-11-15 14:25:54 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-11-15 14:25:54 (GMT)
commit06ee14f5be17189f920a5fbd5af634f47f80b632 (patch)
tree1e970cf9d5684e8a90cf4de22befb3f5a415b339 /Modules
parent1d9934a56a36707a9366043042c3aa3e5ae7d86d (diff)
parentc087072e21823703a0979c2fde3419846f80cc8a (diff)
downloadCMake-06ee14f5be17189f920a5fbd5af634f47f80b632.zip
CMake-06ee14f5be17189f920a5fbd5af634f47f80b632.tar.gz
CMake-06ee14f5be17189f920a5fbd5af634f47f80b632.tar.bz2
Merge topic 'FindBISON-fix-rebuild'
c087072e FindBISON: Do not rebuild every time when not VERBOSE
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FindBISON.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindBISON.cmake b/Modules/FindBISON.cmake
index 5de7a39..d40b806 100644
--- a/Modules/FindBISON.cmake
+++ b/Modules/FindBISON.cmake
@@ -228,7 +228,7 @@ if(BISON_EXECUTABLE)
list(APPEND BISON_TARGET_outputs "${BISON_TARGET_output_header}")
add_custom_command(OUTPUT ${BISON_TARGET_outputs}
- ${BISON_TARGET_verbose_file}
+ ${BISON_TARGET_extraoutputs}
COMMAND ${BISON_EXECUTABLE} ${BISON_TARGET_cmdopt} -o ${BisonOutput} ${BisonInput}
VERBATIM
DEPENDS ${BisonInput}