Skip to content

Commit f0100c1

Browse files
author
Charles PIGNEROL
committed
Version 7.9.1 (20 sep. 2023). Cmake fix when mli format support is requested but HDF145 is not available. Exported cmake target adjustments for non-regression testing.
1 parent 0165f69 commit f0100c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,10 @@ option (SUMESH "Utilisation de la bibliothèque de sumesh." ON)
2020
option (FORMAT_MLI "Format obsolète déconseillé en externe. Requiert HDF145." ON)
2121
option (FORMAT_MLI2 "Format remplaçant le format MLI recommandé partout. Requiert HDF 5 v >= 1.10.0." ON)
2222

23+
# Binaires optionnels :
24+
option (BUILD_SCRIPTING "Génération du wrapper swig/python pour utilisation scriptée de Lima." ON)
25+
option (BUILD_XLMLIMA "Utilitaire xlmlima (conversions, préparations de maillages), symetrise (symétrisation / x, y ou z)." ON)
26+
option (BUILD_TESTS "Création de l'utilitaire comparaison." OFF)
27+
2328
add_subdirectory (src)
2429
enable_testing ( )

0 commit comments

Comments
 (0)