Skip to content

Commit

Permalink
Print a hint about vineyard found.
Browse files Browse the repository at this point in the history
Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
  • Loading branch information
sighingnow committed Dec 23, 2020
1 parent c77a16e commit ccac1d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vineyard-config.in.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ set(VINEYARD_INCLUDE_DIRS "${VINEYARD_INCLUDE_DIR}")
set(VINEYARDD_EXECUTABLE "${VINEYARD_HOME}/bin/vineyardd")

set(VINEYARD_CODEGEN_EXECUTABLE "${VINEYARD_HOME}/bin/vineyard-codegen")

include(FindPackageMessage)
find_package_message(vineyard
"Found vineyard: ${CMAKE_CURRENT_LIST_FILE} (found version \"@VINEYARD_VERSION@\")"
"Vineyard version: @VINEYARD_VERSION@\nVineyard libraries: ${VINEYARD_LIBRARIES}, include directories: ${VINEYARD_INCLUDE_DIRS}"
)

0 comments on commit ccac1d6

Please sign in to comment.