Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
fix cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
neverchanje committed Feb 14, 2021
1 parent 013412b commit 94251dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bin/thrift_utils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
# under the License.
##############################################################################

# Path of Thrift compiler has been determined from the outside thirdparties management.
# Here we assume the path is found.
find_program(THRIFT_COMPILER
NAMES
NAME
thrift
PATH_SUFFIXES
bin
PATHS
${DSN_THIRDPARTY_ROOT}/bin
NO_DEFAULT_PATH
REQUIRED
)

set(THRIFT_GENERATED_FILE_PATH ${CMAKE_BINARY_DIR}/thrift-gen CACHE INTERNAL "Where the thrift generated sources locate")
Expand Down

0 comments on commit 94251dc

Please sign in to comment.