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

rm Numpy from cmake/configurables/BABuild.h.in

parent 1afdf023
No related branches found
No related tags found
1 merge request!2724Remove Numpy C-API from the build mechanism (Major change)
......@@ -60,12 +60,6 @@ inline std::string pythonStdLib() {
inline std::string pythonIncludeDirs() {
return "@Python3_INCLUDE_DIRS@";
}
inline std::string numpyIncludeDir() {
return "@Python3_NumPy_INCLUDE_DIRS@";
}
inline std::string numpyVersionString() {
return "@Python3_NumPy_VERSION@";
}
inline std::string pythonSiteLib() {
return "@Python3_SITELIB@";
}
......
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