Skip to content

Commit

Permalink
Fixed a small omission in FindGreenplum.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Schoppmann authored and Florian Schoppmann committed Jun 11, 2011
1 parent fcdb708 commit dd70df8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/FindGreenplum.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ if(GREENPLUM_PG_CONFIG AND GREENPLUM_CLIENT_INCLUDE_DIR)
OUTPUT_VARIABLE GREENPLUM_ADDITIONAL_INCLUDE_DIRS
OUTPUT_STRIP_TRAILING_WHITESPACE
)
set(GREENPLUM_ADDITIONAL_INCLUDE_DIRS "${GREENPLUM_ADDITIONAL_INCLUDE_DIRS}/internal")
else(GREENPLUM_PACKAGE_NAME STREQUAL "Greenplum Database")
message(STATUS "Found pg_config at \"${GREENPLUM_PG_CONFIG}\", but it does not point to a Greenplum installation.")
unset(GREENPLUM_CLIENT_INCLUDE_DIR)
Expand Down

0 comments on commit dd70df8

Please sign in to comment.