Skip to content

Commit

Permalink
Fix missing include directory of gtest in CMakeLists.txt (apache#68)
Browse files Browse the repository at this point in the history
* Fix missing set the include directory of gtest
* Fix to use same format as other dependencies
  • Loading branch information
masayuki038 authored and pravindra committed Jul 18, 2018
1 parent 274e315 commit 871303a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gandiva/src/cpp/src/codegen/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ target_include_directories(gandiva_obj_lib
$<TARGET_PROPERTY:LLVM::LLVM_INTERFACE,INTERFACE_INCLUDE_DIRECTORIES>
$<TARGET_PROPERTY:ARROW::ARROW_SHARED,INTERFACE_INCLUDE_DIRECTORIES>
$<TARGET_PROPERTY:Boost::boost,INTERFACE_INCLUDE_DIRECTORIES>
$<TARGET_PROPERTY:gtest_main,INCLUDE_DIRECTORIES>
)

build_gandiva_lib("shared")
Expand Down

0 comments on commit 871303a

Please sign in to comment.