Commit 7e078c92 authored by Kelvin Rodriguez's avatar Kelvin Rodriguez
Browse files

added messaging for find Cholmod

parent 169b29c0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ find_library(BULLET3_LINEARMATH_LIBRARY NAMES LinearMath)

get_filename_component(BULLET_ROOT_INCLUDE_DIR "${BULLET_INCLUDE_DIR}" DIRECTORY)

message( "BULLET INCLUDE: " ${BULLET_INCLUDE_DIR} )
message( "BULLET OPENCL: " ${BULLET_OPENCL_LIBRARY} )
message( "BULLET SOFTBODY: " ${BULLET_SOFTBODY_LIBRARY})
message( "BULLET INVERSE DYNAMICS: " ${BULLET_INVERSEDYNAMICS_LIBRARY} )
+13 −0
Original line number Diff line number Diff line
@@ -32,3 +32,16 @@ find_library(FORTRAN_LIBRARY NAMES gfortran
find_library(BLAS_LIBRARY NAMES blas)

get_filename_component(CHOLMOD_ROOT_INCLUDE_DIR "${CHOLMOD_INCLUDE_DIR}" DIRECTORY)

message( "CHOLMOD INCLUDE: "  ${CHOLMOD_INCLUDE_DIR} )
message( "CHOLMOD LIB: "  ${CHOLMOD_LIBRARY} )
message( "CCOLMOD LIB: "  ${CCOLAMD_LIBRARY} )
message( "CAMD LIB: "  ${CAMD_LIBRARY} )
message( "AMD LIB: "  ${AMD_LIBRARY} )
message( "SUITESPARSE LIB: "  ${SUITESPARSE_LIBRARY} )
message( "FORTRAN LIB: "  ${FORTRAN_LIBRARY} )
message( "BLAS LIB: "  ${BLAS_LIBRARY} )

if(NOT APPLE)
  message("LAPACK LIB" ${LAPACK_LIBRARY})
endif()