From 629e0671a44b7b1d6b513eaab408f1b5eaf18057 Mon Sep 17 00:00:00 2001 From: dpuzyrkov <dpuzyrkov@termt.com> Date: Thu, 19 May 2022 17:26:46 +0300 Subject: [PATCH] [*] Set python_include_dir --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ad5cd876..f1b7e22b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ set(CMAKE_C_STANDARD 11) #set(Python_ADDITIONAL_VERSIONS 3.9 3.8 3.7 3.6 3.5 3.4) #find_package (PythonLibs REQUIRED) -#include_directories(${PYTHON_INCLUDE_DIR} include/) +include_directories(${PYTHON_INCLUDE_DIR} include/) file(GLOB PYTHON_CELLFRAME_SRCS CellFrame/*.c) file(GLOB PYTHON_CELLFRAME_HEADERS include/*.h) -- GitLab