#Dependency for a specific target.

6 messages · Page 1 of 1 (latest)

proper void
#

The not goes inside

proper void
#

Try moving it to not(all(...))

#

You should have had a any instead of a all. Because of boolean algebra

#

Moving a not inside a and makes it a or

#

For windows x64 it would be all(not(true), not(false)) which is false