Dont require findpython mode

hotfix/mipmap-alpha-fix
Andrew Cassidy 3 years ago
parent 7a11901aa6
commit f0f132328c

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

Loading…
Cancel
Save