bareos: bareos-18.2 ea9bc969

Author Committer Branch Timestamp Parent
arogge arogge bareos-18.2 2019-10-01 13:34 bareos-18.2 c00df646 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.

(cherry picked from commit 119631bfe3dfd98ccdbc1260e4077220402ddec0)
mod - core/src/ndmp/CMakeLists.txt Diff File