Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marin-ma committed Nov 7, 2023
1 parent e79c1d6 commit 0bab23a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ find_package(Threads REQUIRED)

find_package(JNI REQUIRED)

find_package(glog REQUIRED)

if(BUILD_TESTS)
set(GLUTEN_GTEST_MIN_VERSION "1.13.0")
find_package(GTest ${GLUTEN_GTEST_MIN_VERSION} CONFIG)
Expand Down Expand Up @@ -179,7 +181,6 @@ if(BUILD_TESTS OR BUILD_BENCHMARKS)
if(NOT benchmark_FOUND)
include(BuildGoogleBenchmark)
endif()
find_package(glog REQUIRED)
endif()

if(ENABLE_QAT)
Expand Down

0 comments on commit 0bab23a

Please sign in to comment.