Skip to content

Commit

Permalink
CMakeLists.txt: fix CI failure from cmake 3.27 on GitHub runner image
Browse files Browse the repository at this point in the history
  • Loading branch information
keithw committed Jul 30, 2023
1 parent bb3d06f commit 24c854b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ if (BUILD_TESTS)
find_package(Threads REQUIRED)

# Python 3.5 is the version shipped in Ubuntu Xenial
find_package(PythonInterp 3.5 REQUIRED)
find_package(Python3 3.5 REQUIRED COMPONENTS Interpreter)

if (NOT USE_SYSTEM_GTEST)
if (NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/third_party/gtest/googletest)
Expand Down

0 comments on commit 24c854b

Please sign in to comment.