13 lines
329 B
Diff
13 lines
329 B
Diff
![]() |
--- a/python/CMakeLists.txt
|
||
|
+++ b/python/CMakeLists.txt
|
||
|
@@ -6,7 +6,8 @@ if( HAVE_PYTHON )
|
||
|
#endif()
|
||
|
|
||
|
# check for Numpy
|
||
|
- find_package( NumPy )
|
||
|
+ # find_package( NumPy )
|
||
|
+ set(NUMPY_FOUND FALSE)
|
||
|
|
||
|
###############################################################################
|
||
|
# swig python interface
|