bkloppenborg / simtoi

The SImulation and Modeling Tool for Optical Interferometry
GNU General Public License v3.0
7 stars 6 forks source link

FindMultinest bugs #91

Closed fabienbaron closed 9 years ago

fabienbaron commented 9 years ago

Multiple bugs, try to replace some of the lines by the following:

FIND_PATH(MULTINEST_ROOT_DIR NAMES include/multinest.h HINTS /usr/local/multinest ${MULTINEST_ROOT_HINT} DOC "MULTINEST root directory.")

FIND_PATH(_MULTINEST_INCLUDE_DIRS NAMES multinest.h HINTS ${MULTINEST_ROOT_DIR}/include DOC "MULTINEST Include directory")

FIND_PATH(MULTINEST_MODULE_DIRS NAMES nested.mod HINTS /usr/local/modules ${MULTINEST_ROOT_DIR}/modules DOC "MULTINEST Fortran module directory")

bkloppenborg commented 9 years ago

Fixed in 87119e5