mirror of
https://github.com/kamailio/kamailio
synced 2026-08-07 16:32:08 -04:00
cmake: fix build race condition on machine with many cores
This commit is contained in:
parent
35a3a38e22
commit
0d27659aff
1 changed files with 2 additions and 1 deletions
|
|
@ -246,10 +246,11 @@ if(XSLTPROC_EXECUTABLE
|
|||
)
|
||||
add_custom_target(dbschema_xhttp_pi)
|
||||
add_dependencies(dbschema_xhttp_pi dbschema_pi_framework_table dbschema_pi_framework_mod)
|
||||
add_dependencies(dbschema_pi_framework_mod dbschema_pi_framework_table)
|
||||
|
||||
add_custom_target(dbschema_xhttp_pi_clean)
|
||||
add_dependencies(
|
||||
dbschema_xhttp_pi dbschema_pi_framework_table_clean dbschema_pi_framework_mod_clean
|
||||
dbschema_xhttp_pi_clean dbschema_pi_framework_table_clean dbschema_pi_framework_mod_clean
|
||||
)
|
||||
|
||||
add_dependencies(dbschema dbschema_pi_framework_table dbschema_pi_framework_mod)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue