Dont require findpython mode

This commit is contained in:
Andrew Cassidy 2021-05-08 19:54:16 -07:00
parent 7a11901aa6
commit f0f132328c

View File

@ -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)