mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
Dont require findpython mode
This commit is contained in:
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…
Reference in New Issue
Block a user