Github user zuyu commented on a diff in the pull request:
https://github.com/apache/incubator-quickstep/pull/93#discussion_r74822173
--- 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 --
This is consistent in almost every, if not all, `CMakeLists.txt`s that `if
(xxx)` has a whitespace , while all else, including `elseif(xxx)` and
`else(xxx)`, do not have whitespace in between.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---