Преглед изворни кода

Fix repeated builds of targets. (#903)

Accidentally added a dependency on the generated boost header tree for all targets. The boost headers generation only works if it's an implicit-dependency. As otherwise dependents think they are never up to date.
René Ferdinand Rivera Morell пре 2 година
родитељ
комит
09f8d09b53
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Jamroot

+ 1 - 1
Jamroot

@@ -454,7 +454,7 @@ for local lib in $(all-libraries-to-declare)
     {
         project $(BOOST_LIB_PROJECT)
             : requirements
-                <dependency>/boost//headers
+                <implicit-dependency>/boost//headers
             ;
         alias $(BOOST_LIB_TARGET) ;
     }

粤ICP备19079148号