readd pocoDoc dependency

This commit is contained in:
Francis ANDRE 2018-06-30 19:14:55 +02:00
parent abc7c39ac5
commit a9fe2c481c

View File

@ -943,7 +943,7 @@ def candle(vsyear, toolset, version, arch, os) {
return tasks.create("Candle-${vsyear}-${toolset}-${version}-${arch}", Exec) {
def Set<Task> pocos = project.getTasksByName('poco', true)
setDependsOn(pocos)
// dependsOn ':pocoDoc'
dependsOn ':pocoDoc'
workingDir "packaging/Windows/WiX"
String wixobj = "Poco-$toolset-$arch-${version}.wixobj"