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) project(quicktex)
# Find dependencies # Find dependencies
find_package(Python COMPONENTS Interpreter Development REQUIRED) find_package(Python COMPONENTS Interpreter Development)
find_package(OpenMP) find_package(OpenMP)
add_subdirectory(extern/pybind11) add_subdirectory(extern/pybind11)

Loading…
Cancel
Save