mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-26 19:52:38 +00:00
Let Cmake decide where to place abseil (#14057)
### Description Remove Abseil module placement specifications ### Motivation and Context Allow Cmake defaults take place and possible redirection of all submodules for sharing between the local builds.
This commit is contained in:
parent
3bbcc2799f
commit
d762aa2a4c
1 changed files with 0 additions and 2 deletions
2
cmake/external/abseil-cpp.cmake
vendored
2
cmake/external/abseil-cpp.cmake
vendored
|
|
@ -19,8 +19,6 @@ endif()
|
|||
# that namespace at build time.
|
||||
FetchContent_Declare(
|
||||
abseil_cpp
|
||||
PREFIX "${CMAKE_CURRENT_BINARY_DIR}/abseil-cpp"
|
||||
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/external/abseil-cpp"
|
||||
URL ${DEP_URL_abseil_cpp}
|
||||
URL_HASH SHA1=${DEP_SHA1_abseil_cpp}
|
||||
PATCH_COMMAND ${ABSL_PATCH_COMMAND}
|
||||
|
|
|
|||
Loading…
Reference in a new issue