mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-04 09:20:35 +08:00
ad6e48c372
Starting with cmake version 3.12 the cmake -E copy_directory command fails if the source directory does not exist. This results in a build failure. This fix creates the source directory before the copy which does not harm if the source directory exists. Closes: #10368