Skip to content

Commit

Permalink
Merge pull request #9 from tarantool/add-support-for-non-system-taran…
Browse files Browse the repository at this point in the history
…tool

Support FindTarantool to look for nonsystem tarantool
  • Loading branch information
RepentantGopher authored Jun 6, 2019
2 parents ecad86d + 5250ae8 commit be20dc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/FindTarantool.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ macro(extract_definition name output input)
endmacro()

find_path(TARANTOOL_INCLUDE_DIR tarantool/module.h
HINTS ENV TARANTOOL_DIR /usr/local/include
HINTS ${TARANTOOL_DIR} ENV TARANTOOL_DIR
PATH_SUFFIXES include
)

if(TARANTOOL_INCLUDE_DIR)
Expand Down

0 comments on commit be20dc8

Please sign in to comment.