From e0a32d2fd8331fc8110023861090fc83ad3ed1c4 Mon Sep 17 00:00:00 2001 From: AlQuemist <alquemist@Lyriks> Date: Wed, 21 Aug 2024 11:54:48 +0200 Subject: [PATCH] rm Numpy from PyCore/CMakeLists.txt --- PyCore/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PyCore/CMakeLists.txt b/PyCore/CMakeLists.txt index cfaeafcd9f8..b68f04f06eb 100644 --- a/PyCore/CMakeLists.txt +++ b/PyCore/CMakeLists.txt @@ -2,7 +2,7 @@ # CMakeLists.txt file for building libBornAgainPyCore ############################################################################ -# NOTE: The module is directly dependent on Python and Numpy C-API +# NOTE: The module is directly dependent on Python C-API if(NOT BORNAGAIN_PYTHON) message(FATAL_ERROR "PyCore module requested although BORNAGAIN_PYTHON=false") endif() @@ -35,5 +35,4 @@ target_include_directories(${lib} ${CMAKE_SOURCE_DIR} ${LibHeinz_INCLUDE_DIR} ${Python3_INCLUDE_DIRS} - ${Python3_NumPy_INCLUDE_DIRS} ) -- GitLab