ECP-VeloC / AXL

Asynchronous Transfer Library
MIT License
2 stars 8 forks source link

Mkdir #71

Closed adammoody closed 4 years ago

adammoody commented 4 years ago

This fixes a typo in the comments of the FindBBAPI cmake code.

Defines new AXL_MKDIR configuration to let user disable directory creation in AXL. If AXL_MKDIR=0 then AXL will not create destination directories. This saves unnecessary mkdir calls when the caller knows the directories already exist.