Skip to content

Commit

Permalink
Modify patch command.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov committed May 10, 2023
1 parent 4f3dc9e commit a152282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/external/leveldb.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ExternalProject_Add(
DOWNLOAD_NAME leveldb-${version}.tar.gz
URL https://github.com/google/leveldb/archive/${version}.tar.gz
URL_HASH SHA256=9a37f8a6174f09bd622bc723b55881dc541cd50747cbd08831c2a82d620f6d76
PATCH_COMMAND git apply ${patch_file} && git gc --aggressive
PATCH_COMMAND patch -p1 < ${patch_file}

PREFIX ${PROJECT_BINARY_DIR}

Expand Down

0 comments on commit a152282

Please sign in to comment.