You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@quickstep.apache.org by ha...@apache.org on 2016/06/17 15:20:06 UTC

incubator-quickstep git commit: Added dependency in CMakeLists.txt.

Repository: incubator-quickstep
Updated Branches:
  refs/heads/decimal-type 6b11fe0c2 -> 5646d0320


Added dependency in CMakeLists.txt.


Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/5646d032
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/5646d032
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/5646d032

Branch: refs/heads/decimal-type
Commit: 5646d0320170806cd1f9f515b7793ee91fdfde33
Parents: 6b11fe0
Author: Hakan Memisoglu <ha...@apache.org>
Authored: Fri Jun 17 09:00:17 2016 -0500
Committer: Hakan Memisoglu <ha...@apache.org>
Committed: Fri Jun 17 09:00:17 2016 -0500

----------------------------------------------------------------------
 types/operations/unary_operations/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/5646d032/types/operations/unary_operations/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/types/operations/unary_operations/CMakeLists.txt b/types/operations/unary_operations/CMakeLists.txt
index 5c54d9c..2521b69 100644
--- a/types/operations/unary_operations/CMakeLists.txt
+++ b/types/operations/unary_operations/CMakeLists.txt
@@ -29,6 +29,7 @@ add_library(quickstep_types_operations_unaryoperations_UnaryOperationID UnaryOpe
 target_link_libraries(quickstep_types_operations_unaryoperations_ArithmeticUnaryOperations
                       glog
                       quickstep_types_DatetimeIntervalType
+                      quickstep_types_DecimalType
                       quickstep_types_DoubleType
                       quickstep_types_FloatType
                       quickstep_types_IntType