From: Florian BRUNET Date: Wed, 24 Feb 2016 09:12:46 +0000 (+0100) Subject: Modification of cmake configuration according to new python detection of libs and... X-Git-Tag: V7_8_0a2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=255c7ba6405e493faa51f4539ad8b8586ea1d4d7;p=tools%2Fyacsgen.git Modification of cmake configuration according to new python detection of libs and interp. --- diff --git a/module_generator/mod_tmpl.py b/module_generator/mod_tmpl.py index e9fc301..4b10adc 100644 --- a/module_generator/mod_tmpl.py +++ b/module_generator/mod_tmpl.py @@ -111,7 +111,9 @@ ENDIF() ## ## From KERNEL: ## -FIND_PACKAGE(SalomePython REQUIRED) +FIND_PACKAGE(SalomePythonInterp REQUIRED) +FIND_PACKAGE(SalomePythonLibs REQUIRED) + FIND_PACKAGE(SalomeOmniORB REQUIRED) FIND_PACKAGE(SalomeOmniORBPy REQUIRED)