Github user hbdeshmukh commented on a diff in the pull request:

    https://github.com/apache/incubator-quickstep/pull/93#discussion_r74820761
  
    --- Diff: query_execution/CMakeLists.txt ---
    @@ -33,6 +33,9 @@ if (ENABLE_DISTRIBUTED)
       add_library(quickstep_queryexecution_BlockLocator BlockLocator.cpp 
BlockLocator.hpp)
     endif(ENABLE_DISTRIBUTED)
     add_library(quickstep_queryexecution_ForemanBase ../empty_src.cpp 
ForemanBase.hpp)
    +if (ENABLE_DISTRIBUTED)
    +  add_library(quickstep_queryexecution_ForemanDistributed 
ForemanDistributed.cpp ForemanDistributed.hpp)
    +endif(ENABLE_DISTRIBUTED)
    --- End diff --
    
    Can we have consistent behavior with the spacing between ``if 
(ENABLE_DISTRIBUTED)`` and ``endif(ENABLE_DISTRIBUTED)``?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to