remove explicit fortran dependency in FindCholmod

This commit is contained in:
Gael Guennebaud
2009-02-05 10:34:41 +00:00
parent 8a6f38c638
commit 7c374394ee
2 changed files with 0 additions and 9 deletions

View File

@@ -61,10 +61,6 @@ if(CHOLMOD_LIBRARIES)
endif(CHOLMOD_LIBRARIES)
if(CHOLMOD_LIBRARIES AND CMAKE_COMPILER_IS_GNUCXX)
set(CHOLMOD_LIBRARIES ${CHOLMOD_LIBRARIES} -lgfortran)
endif(CHOLMOD_LIBRARIES AND CMAKE_COMPILER_IS_GNUCXX)
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(CHOLMOD DEFAULT_MSG
CHOLMOD_INCLUDES CHOLMOD_LIBRARIES)