]> SALOME platform Git repositories - modules/parametric.git/commitdiff
Salome HOME
Fix configure with non-system prerequisites by reusing the ones found by KERNEL
authorRenaud Barate <renaud.barate@edf.fr>
Thu, 11 Jul 2013 14:24:17 +0000 (16:24 +0200)
committerRenaud Barate <renaud.barate@edf.fr>
Thu, 11 Jul 2013 14:24:17 +0000 (16:24 +0200)
CMakeLists.txt

index d99bec1b78a247c4d72b399131f7c2d15944709d..5ab174f441f839c593a24aa5b4b2c2172ddc15af 100644 (file)
@@ -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)