We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e1f82f + 8ccb091 commit 351795eCopy full SHA for 351795e
cmake/external/snappy.cmake
@@ -39,6 +39,7 @@ ExternalProject_Add(
39
-DCMAKE_INSTALL_LIBDIR=${SNAPPY_INSTALL_DIR}/lib
40
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
41
-DBUILD_TESTING=OFF
42
+ -DSNAPPY_BUILD_TESTS:BOOL=OFF
43
-DCMAKE_BUILD_TYPE=${THIRD_PARTY_BUILD_TYPE}
44
${EXTERNAL_OPTIONAL_ARGS}
45
CMAKE_CACHE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=${SNAPPY_INSTALL_DIR}
0 commit comments