2016-11-21 12:04:27 +01:00
|
|
|
# Loading pycmake macros
|
|
|
|
|
|
2016-11-24 10:00:33 +01:00
|
|
|
#python_module( ctypes )
|
2016-11-21 12:04:27 +01:00
|
|
|
python_module( six )
|
2016-11-24 10:00:33 +01:00
|
|
|
#python_module( numpy REQUIRED 1.7 )
|
2016-11-21 12:04:27 +01:00
|
|
|
python_module( inspect OPTIONAL )
|
|
|
|
|
|
|
|
|
|
if (DEFINED PY_inspect)
|
|
|
|
|
message(STATUS "We have inspect.")
|
|
|
|
|
else()
|
|
|
|
|
message(STATUS "We do not have inspect, ignoring ...")
|
|
|
|
|
endif()
|