mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
Added python version requirement to cmake. Fixes #5
This commit is contained in:
@@ -11,7 +11,7 @@ pkg_search_module(CAPSTONE REQUIRED capstone)
|
||||
find_package(OpenGL REQUIRED)
|
||||
find_package(LLVM REQUIRED CONFIG)
|
||||
find_package(nlohmann_json REQUIRED)
|
||||
find_package(Python COMPONENTS Interpreter Development)
|
||||
find_package(Python 3.8.6 COMPONENTS Interpreter Development)
|
||||
|
||||
llvm_map_components_to_libnames(demangler)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user