Ver código fonte

Fix dependency of namespace0 to avoid executing the generator simultaneously

Stefan Profanter 7 anos atrás
pai
commit
b585a4c5cf
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -527,6 +527,7 @@ endif()
 
 if(UA_ENABLE_GENERATE_NAMESPACE0)
     add_dependencies(open62541-amalgamation-source open62541-generator-namespace)
+    add_dependencies(open62541-amalgamation-header open62541-generator-namespace)
     if(NOT UA_ENABLE_AMALGAMATION)
         add_dependencies(open62541-object open62541-generator-namespace)
     endif()