From: abn Date: Thu, 10 Oct 2024 11:04:43 +0000 (+0200) Subject: minor: expose NumPy and SciPy compile definitions in export file X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ba5e9abc2e6dbd870d1d3d703f080790475e22c6;p=tools%2Fmedcoupling.git minor: expose NumPy and SciPy compile definitions in export file --- diff --git a/MEDCouplingConfig.cmake.in b/MEDCouplingConfig.cmake.in index ca5cfdf9d..85ee15d28 100644 --- a/MEDCouplingConfig.cmake.in +++ b/MEDCouplingConfig.cmake.in @@ -50,6 +50,8 @@ SET(MEDCOUPLING_DEFINITIONS) # Options exported by the package: SET(MEDCOUPLING_MICROMED @MEDCOUPLING_MICROMED@) SET(MEDCOUPLING_ENABLE_PYTHON @MEDCOUPLING_ENABLE_PYTHON@) +SET(MEDCOUPLING_NUMPY_DEFINITIONS @NUMPY_DEFINITIONS@) +SET(MEDCOUPLING_SCIPY_DEFINITIONS @SCIPY_DEFINITIONS@) SET(MEDCOUPLING_USE_MPI @MEDCOUPLING_USE_MPI@) SET(MEDCOUPLING_BUILD_DOC @MEDCOUPLING_BUILD_DOC@) SET(MEDCOUPLING_BUILD_TESTS @MEDCOUPLING_BUILD_TESTS@)