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.
2 parents 4826379 + 68234ce commit 4ece64fCopy full SHA for 4ece64f
CMakeLists.txt
@@ -90,6 +90,7 @@ if(ENABLE_PYTHON_EMBEDDING)
90
# Find Pythons libs
91
find_package(PythonLibs ${PYTHON_VERSION_STRING} EXACT REQUIRED)
92
# Check headers
93
+ include(CheckIncludeFiles)
94
set(CMAKE_REQUIRED_INCLUDES "${PYTHON_INCLUDE_DIRS}")
95
check_include_files(Python.h HAS_PYTHON_H)
96
check_include_files(pyconfig.h HAS_PYCONFIG_H)
0 commit comments