Skip to content
  • Tor Didriksen's avatar
    907372f4
    Bug #30035089 CLANG-TIDY ON THE CMAKE CODEBASE [noclose] · 907372f4
    Tor Didriksen authored
    Manual cleanup of cmake code for ndbcluster:
    
    Remove FILE(GLOB ...) for finding .java sources.
    With globbing cmake cannot track dependencies, and dependent targets
    are not rebuilt when source input changes.
    
    Deliberately *not* doing any cosmetics for this patch.
    
    Change-Id: I252f521b444e4c26a0b595757bf0673b2ecea68a
    907372f4
    Bug #30035089 CLANG-TIDY ON THE CMAKE CODEBASE [noclose]
    Tor Didriksen authored
    Manual cleanup of cmake code for ndbcluster:
    
    Remove FILE(GLOB ...) for finding .java sources.
    With globbing cmake cannot track dependencies, and dependent targets
    are not rebuilt when source input changes.
    
    Deliberately *not* doing any cosmetics for this patch.
    
    Change-Id: I252f521b444e4c26a0b595757bf0673b2ecea68a
Loading