Skip to content
Snippets Groups Projects
Commit e0a32d2f authored by AlQuemist's avatar AlQuemist
Browse files

rm Numpy from PyCore/CMakeLists.txt

parent 8e797b61
No related branches found
No related tags found
1 merge request!2724Remove Numpy C-API from the build mechanism (Major change)
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# CMakeLists.txt file for building libBornAgainPyCore # 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) if(NOT BORNAGAIN_PYTHON)
message(FATAL_ERROR "PyCore module requested although BORNAGAIN_PYTHON=false") message(FATAL_ERROR "PyCore module requested although BORNAGAIN_PYTHON=false")
endif() endif()
...@@ -35,5 +35,4 @@ target_include_directories(${lib} ...@@ -35,5 +35,4 @@ target_include_directories(${lib}
${CMAKE_SOURCE_DIR} ${CMAKE_SOURCE_DIR}
${LibHeinz_INCLUDE_DIR} ${LibHeinz_INCLUDE_DIR}
${Python3_INCLUDE_DIRS} ${Python3_INCLUDE_DIRS}
${Python3_NumPy_INCLUDE_DIRS}
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment