From: ageay Date: Wed, 10 Jul 2013 08:47:17 +0000 (+0000) Subject: Missing pthread detection for src/MEDCouplingCorba/Test X-Git-Tag: B4KillOfAutomake~30 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=75f67dc3f65d26bf6358486a98dec42414c5d515;p=modules%2Fmed.git Missing pthread detection for src/MEDCouplingCorba/Test --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f9760b24..8ead1e4d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,6 +56,7 @@ IF(NOT SALOME_MED_STANDALONE) MESSAGE(FATAL_ERROR "We absolutely need a Salome KERNEL, please define KERNEL_ROOT_DIR or turn option SALOME_MED_STANDALONE to ON !") ENDIF(EXISTS ${KERNEL_ROOT_DIR}) LIST(APPEND CMAKE_MODULE_PATH "${KERNEL_ROOT_DIR}/salome_adm/cmake_files") + FIND_PACKAGE(SalomePThread REQUIRED) # for MEDCouplingCorba/Test for EDF FIND_PACKAGE(SalomeOmniORB REQUIRED) ELSE(NOT SALOME_MED_STANDALONE) LIST(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/adm_local_without_kernel/cmake_files")