10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd7330 commit 15d3b34Copy full SHA for 15d3b34
arangod/CMakeLists.txt
@@ -961,7 +961,7 @@ endif ()
961
if (USE_JEMALLOC)
962
add_dependencies(arangod jemalloc)
963
endif ()
964
-
+
965
foreach(TARGET
966
arango_agency
967
arango_aql
lib/CMakeLists.txt
@@ -230,6 +230,14 @@ target_link_libraries(arango
230
${SYSTEM_LIBRARIES}
231
)
232
233
+# Rebuild generated error files so they are up-to-date when all
234
+# dependent stuff is built
235
+if (USE_MAINTAINER_MODE)
236
+ add_dependencies(arango errorfiles)
237
+ add_dependencies(arango exitcodefiles)
238
+endif ()
239
240
241
# Enterprise
242
if (USE_ENTERPRISE)
243
target_compile_definitions(arango PUBLIC "-DUSE_ENTERPRISE=1")
0 commit comments