bareos: master 119631bf

Author Committer Branch Timestamp Parent
arogge arogge master 2019-10-01 13:34 master 387c7a82 Pending
Affected Issues  0001058: 18.2.6 build error while cmake don't build the correct dependency's
Changeset core: fix rpcgen ordering

Fixes 0001058: 18.2.6 build error while cmake don't build the correct dependency's

previously rpcgen was called using add_custom_command in PRE_BUILD
mode. That mode doesn't work reliably.
We now generate files that the bareosndmp target can depend on. This
should get the build ordering right every time.
mod - core/src/ndmp/CMakeLists.txt Diff File