Mentions légales du service

Skip to content

[CMake] Manually define the libs

Vicente Mataix Ferrándiz requested to merge cmake/manually-define-libs into master
name: Feature
about: New features or wider changes, 

Description Adding possibility to manually specify some libraries

  • In order to manually define the libmeshb: Define LIBMESHB_ROOT_DIR
  • In order to manually define the libxfm: Define XFM_ROOT_DIR
  • In order to manually define the OpenMPI: Define OPEN_MPI_ROOT_DIR
  • In order to manually define the Boost: Define BOOST_ROOT_DIR

Changelog

  • Revert manual libmeshb
  • Manual libXfm
  • Manual OpenMPI

(Boost was already possible to define manually)

Merge request reports