From f0f132328c85b745cc6239895ccf9b781c9c3b40 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Sat, 8 May 2021 19:54:16 -0700 Subject: [PATCH] Dont require findpython mode --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6bd8d01..06e7b52 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ include(tools/CompilerWarnings.cmake) project(quicktex) # Find dependencies -find_package(Python COMPONENTS Interpreter Development REQUIRED) +find_package(Python COMPONENTS Interpreter Development) find_package(OpenMP) add_subdirectory(extern/pybind11)