From 54488c9d93d69d6a3017f1dbbe5b5a161d3b508a Mon Sep 17 00:00:00 2001 From: bruneton Date: Mon, 22 Jul 2013 13:54:40 +0000 Subject: [PATCH] CMake: documenting FindMEDFile.cmake --- salome_adm/cmake_files/FindMEDFile.cmake | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/salome_adm/cmake_files/FindMEDFile.cmake b/salome_adm/cmake_files/FindMEDFile.cmake index 1d1d4c865..19f5746ad 100644 --- a/salome_adm/cmake_files/FindMEDFile.cmake +++ b/salome_adm/cmake_files/FindMEDFile.cmake @@ -1,3 +1,15 @@ +# - Find MED file installation +# +# The following variable are set: +# MEDFILE_INCLUDE_DIRS +# MEDFILE_LIBRARIES +# MEDFILE_C_LIBRARIES +# MEDFILE_F_LIBRARIES +# +# The CMake (or environment) variable MEDFILE_ROOT_DIR can be set to +# guide the detection and indicate a root directory to look into. +# +############################################################################ # Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or -- 2.39.2