From 5eba77557af2c80bf9619511268e863d8f279784 Mon Sep 17 00:00:00 2001 From: Masayuki Takahashi Date: Thu, 19 Jul 2018 02:37:21 +0900 Subject: [PATCH] Fix missing include directory of gtest in CMakeLists.txt (#68) * Fix missing set the include directory of gtest * Fix to use same format as other dependencies --- cpp/src/gandiva/codegen/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/src/gandiva/codegen/CMakeLists.txt b/cpp/src/gandiva/codegen/CMakeLists.txt index d178d072ed7b2..f55f7d65257f9 100644 --- a/cpp/src/gandiva/codegen/CMakeLists.txt +++ b/cpp/src/gandiva/codegen/CMakeLists.txt @@ -58,6 +58,7 @@ target_include_directories(gandiva_obj_lib $ $ $ + $ ) build_gandiva_lib("shared")