Skip to content

Commit b7129bc

Browse files
Update Snappy
CMake 4.0 doesn't support cases when required version is too low Relates-To: MINOR Signed-off-by: Andrey Kashcheev <ext-andrey.kashcheev@here.com>
1 parent 6223287 commit b7129bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ set(OLP_SDK_CPP_GOOGLETEST_URL "https://github.com/google/googletest.git")
4343
set(OLP_SDK_CPP_GOOGLETEST_TAG "release-1.12.1")
4444

4545
set(OLP_SDK_CPP_SNAPPY_URL "https://github.com/google/snappy.git")
46-
set(OLP_SDK_CPP_SNAPPY_TAG "1.1.7")
46+
set(OLP_SDK_CPP_SNAPPY_TAG "1.2.2")
4747

4848
set(OLP_SDK_CPP_LEVELDB_URL "https://github.com/google/leveldb.git")
4949
set(OLP_SDK_CPP_LEVELDB_TAG "1.21")

0 commit comments

Comments
 (0)