Skip to content

Commit

Permalink
Merge pull request #8804 from jacquesqiao/fix-snappy-build-on-mac
Browse files Browse the repository at this point in the history
fix snappy build
  • Loading branch information
jacquesqiao committed Mar 6, 2018
2 parents 0e1f82f + 8ccb091 commit 351795e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/external/snappy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ ExternalProject_Add(
-DCMAKE_INSTALL_LIBDIR=${SNAPPY_INSTALL_DIR}/lib
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
-DBUILD_TESTING=OFF
-DSNAPPY_BUILD_TESTS:BOOL=OFF
-DCMAKE_BUILD_TYPE=${THIRD_PARTY_BUILD_TYPE}
${EXTERNAL_OPTIONAL_ARGS}
CMAKE_CACHE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=${SNAPPY_INSTALL_DIR}
Expand Down

0 comments on commit 351795e

Please sign in to comment.