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)