We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abfdadd commit 00131b8Copy full SHA for 00131b8
CMakeLists.txt
@@ -18,7 +18,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL Darwin)
18
set(CMAKE_FIND_FRAMEWORK NEVER)
19
endif()
20
21
-find_package(Python3 COMPONENTS Interpreter)
+find_package(Python3 COMPONENTS Interpreter REQUIRED)
22
23
set(CMAKE_CXX_STANDARD 17)
24
set(CMAKE_CXX_STANDARD_REQUIRED YES)
README.md
@@ -77,6 +77,7 @@ Tools can be acquired via instructions in [third_party](/third_party/README.md).
77
Required packages:
78
- C++ compiler with C++17 support
79
- [CMake](https://cmake.org/) >= 3.14.0
80
+- Python v3.6.6 or later
81
82
For development and contributions:
83
- clang-format-15.0 (can be installed with `python -m pip install clang-format==15.0.7`)
0 commit comments