Skip to content

Commit

Permalink
DRILL-5799: native-client: Support alternative build directories
Browse files Browse the repository at this point in the history
closes apache#946
  • Loading branch information
xhochy authored and vladimirtkach committed Dec 18, 2017
1 parent 59ea807 commit f79bfcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/native/client/src/protobuf/CMakeLists.txt
Expand Up @@ -82,9 +82,9 @@ set(ProtoIncludesDir ${PROTO_INC_DIR} PARENT_SCOPE)

#Preprocess to fix protobuf .proto definitions
SET (SRCDIR ${PROJECT_SOURCE_DIR}/../../../protocol/src/main/protobuf )
SET (TARGDIR ${PROJECT_SOURCE_DIR}/build/protobuf)
SET (TARGDIR ${CMAKE_BINARY_DIR}/protobuf)
SET (FNAME Types.proto)
SET (CPPSRCDIR ${PROJECT_SOURCE_DIR}/build/src/protobuf)
SET (CPPSRCDIR ${CMAKE_BINARY_DIR}/src/protobuf)
SET (CPPDESTDIR ${PROJECT_SOURCE_DIR}/src/protobuf)
SET (CPPINCDIR ${PROJECT_SOURCE_DIR}/src/include/drill/protobuf)

Expand Down

0 comments on commit f79bfcd

Please sign in to comment.