# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
+IF(NOT DEFINED MACHINE_IS_64)
+ MESSAGE(FATAL_ERROR "Developer error -> SalomeSetupPlatform macros should be inclided before find_package(SalomeMESHGEMS) !")
+ENDIF()
+
SALOME_FIND_PACKAGE_AND_DETECT_CONFLICTS(MESHGEMS MESHGEMS_INCLUDE_DIRS 1)
MARK_AS_ADVANCED(MESHGEMS_INCLUDE_DIRS MESHGEMS_CADSURF_LIBRARY MESHGEMS_HEXA_LIBRARY MESHGEMS_HYBRID_LIBRARY MESHGEMS_TETRA_LIBRARY MESHGEMS_TETRA_HPC_LIBRARY)
#
# !! Please read the generic detection procedure in SalomeMacros.cmake !!
#
+IF(WIN32)
+ IF(NOT DEFINED SIZEOF_LONG)
+ MESSAGE(FATAL_ERROR "Developer error -> SalomeSetupPlatform macros should be inclided before find_package(SalomeOmniORB) !")
+ ENDIF()
+ENDIF()
+
SALOME_FIND_PACKAGE_AND_DETECT_CONFLICTS(OmniORB OMNIORB_INCLUDE_DIR 1)
#MARK_AS_ADVANCED()
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
+IF(NOT DEFINED MACHINE_IS_64)
+ MESSAGE(FATAL_ERROR "Developer error -> SalomeSetupPlatform macros should be inclided before find_package(SalomeTBB) !")
+ENDIF()
+
SALOME_FIND_PACKAGE_AND_DETECT_CONFLICTS(TBB TBB_INCLUDE_DIRS 1)
IF(TBB_INCLUDE_DIRS AND TBB_LIBRARIES)