Files
opm-common/python/CMakeLists.txt

13 lines
286 B
CMake
Raw Normal View History

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