diff options
| author | liuxueli <[email protected]> | 2024-11-14 15:34:56 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2024-11-14 15:34:56 +0800 |
| commit | 35d27b82e703a0e36b36d4d532527a79326c9257 (patch) | |
| tree | e2ca7e88682f48acb86bec1c31784fd59df450c2 | |
| parent | 31b1625933767cef24e594c8411fb6687f618b77 (diff) | |
Update c1fcb5713d2ebb4506acbcc8ba2677ed
| -rw-r--r-- | test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 0a443a5..1ee3e38 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -9,7 +9,7 @@ include(ExternalProject) ExternalProject_Add(ProtoTest PREFIX ProtoTest URL ${CMAKE_CURRENT_SOURCE_DIR}/test_protocol_run.zip - URL_MD5 93d8b5fb891e9652f36540cf1af0c330 + URL_MD5 c1fcb5713d2ebb4506acbcc8ba2677ed CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR> -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} CONFIGURE_COMMAND "" BUILD_COMMAND "" |
