From 1fb98412b2bb47202bf684b8563b2018504e7cf2 Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F" Date: Wed, 27 Mar 2024 13:55:24 +0100 Subject: [PATCH] Removed hard-coded Numpy include dir --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fb0fd9..ab7b7b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -115,7 +115,6 @@ set(CMAKE_CXX_FLAGS_RELEASE "-O3 -flto -mfpmath=sse -march=x86-64 -mtune=native set(CMAKE_CXX_FLAGS_DEBUG "-O0 -g -Wall ") # ############################# End compilation flags -include_directories(/usr/lib/python3.10/site-packages/numpy/core/include) # ####################################### End of user-adjustable variables section include(OSSpecific)