From: Renaud Barate Date: Thu, 11 Jul 2013 14:24:17 +0000 (+0200) Subject: Fix configure with non-system prerequisites by reusing the ones found by KERNEL X-Git-Tag: V7_3_0~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=62df2aa1ac48ec4cd487aacc24619caced7a2e8c;p=modules%2Fparametric.git Fix configure with non-system prerequisites by reusing the ones found by KERNEL --- diff --git a/CMakeLists.txt b/CMakeLists.txt index d99bec1..5ab174f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,6 +34,7 @@ SET(CMAKE_MODULE_PATH ${KERNEL_ROOT_DIR}/salome_adm/cmake_files ${GUI_ROOT_DIR}/adm_local/cmake_files) INCLUDE(SalomeMacros) +FIND_PACKAGE(SalomeKERNEL REQUIRED) FIND_PACKAGE(SalomePython) FIND_PACKAGE(SalomeOmniORB) FIND_PACKAGE(SalomeOmniORBPy)