You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@quickstep.apache.org by zuyu <gi...@git.apache.org> on 2016/06/17 16:38:06 UTC

[GitHub] incubator-quickstep pull request #37: DO NOT MERGE: QUICKSTEP-6: Decimal typ...

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

    https://github.com/apache/incubator-quickstep/pull/37#discussion_r67539248
  
    --- Diff: types/CMakeLists.txt ---
    @@ -94,6 +96,16 @@ target_link_libraries(quickstep_types_DatetimeType
                           quickstep_types_port_timegm
                           quickstep_utility_CheckSnprintf
                           quickstep_utility_Macros)
    +target_link_libraries(quickstep_types_DecimalType
    +                      glog
    +                      quickstep_types_DecimalLit
    +                      quickstep_types_NullCoercibilityCheckMacro
    +                      quickstep_types_NumericSuperType
    +                      quickstep_types_Type
    +                      quickstep_types_TypeID
    +                      quickstep_types_TypedValue
    +                      quickstep_utility_Macros
    +                      quickstep_utility_EqualsAnyConstant)
    --- End diff --
    
    Please sort in the alphabet order.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---