Forráskód Böngészése

Merge topic 'FindBISON-fix-rebuild'

c087072e FindBISON: Do not rebuild every time when not VERBOSE
Brad King 9 éve
szülő
commit
06ee14f5be
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Modules/FindBISON.cmake

+ 1 - 1
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}