Skip to content

Commit 4ece64f

Browse files
author
Roberto Di Remigio
committed
Merge branch 'master' into save_surface-functions
2 parents 4826379 + 68234ce commit 4ece64f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ if(ENABLE_PYTHON_EMBEDDING)
9090
# Find Pythons libs
9191
find_package(PythonLibs ${PYTHON_VERSION_STRING} EXACT REQUIRED)
9292
# Check headers
93+
include(CheckIncludeFiles)
9394
set(CMAKE_REQUIRED_INCLUDES "${PYTHON_INCLUDE_DIRS}")
9495
check_include_files(Python.h HAS_PYTHON_H)
9596
check_include_files(pyconfig.h HAS_PYCONFIG_H)

0 commit comments

Comments
 (0)