summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahooinc.com>2023-10-18 10:22:41 +0200
committerArnstein Ressem <aressem@yahooinc.com>2023-10-18 10:22:41 +0200
commit7c1857b9e859d646d90530389f81abbc4c63cdb9 (patch)
treefe6fe40672b4bffae5163b378a4b3ba1cd6ad5f4 /CMakeLists.txt
parentb29f8d5ea7ab16c4e172aabbd6ad76d8005e9594 (diff)
Try to remove Python cmake dependency.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b975f3adf2f..1bdb3a23730 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -51,8 +51,6 @@ find_package(JNI REQUIRED)
find_package(GTest REQUIRED)
-find_package(Python 3.6 COMPONENTS Interpreter Development REQUIRED)
-
find_package(Protobuf REQUIRED)
include(build_settings.cmake)