mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
[submodule] Update google benchmark to v1.9.3 (#153676)
And remove `include_directories` Pull Request resolved: https://github.com/pytorch/pytorch/pull/153676 Approved by: https://github.com/Skylion007
This commit is contained in:
@ -640,7 +640,6 @@ if(BUILD_TEST OR BUILD_MOBILE_BENCHMARK OR BUILD_MOBILE_TEST)
|
||||
message("-- Found benchmark: ${BENCHMARK_LIBRARY}")
|
||||
set_property(TARGET benchmark PROPERTY IMPORTED_LOCATION ${BENCHMARK_LIBRARY})
|
||||
endif()
|
||||
include_directories(${CMAKE_CURRENT_LIST_DIR}/../third_party/benchmark/include)
|
||||
|
||||
# Recover build options.
|
||||
set(BUILD_SHARED_LIBS ${TEMP_BUILD_SHARED_LIBS} CACHE BOOL "Build shared libs" FORCE)
|
||||
|
2
third_party/benchmark
vendored
2
third_party/benchmark
vendored
Submodule third_party/benchmark updated: 0d98dba29d...299e592895
Reference in New Issue
Block a user