fix Openblas library path
This commit is contained in:
parent
e5cb15316b
commit
cf6d21978f
|
@ -137,7 +137,7 @@ message (STATUS "ENABLE_CUDA ........... = ${ENABLE_CUDA}")
|
|||
message (STATUS "CASACORE_ROOT_DIR...... = ${CASACORE_ROOT_DIR}")
|
||||
message (STATUS "CASACORE_INC........... = ${CASACORE_INCLUDE_DIR}")
|
||||
|
||||
message (STATUS "BLAS-LIBS ............. = ${BLAS_LIBRARIES}")
|
||||
message (STATUS "OpenBLAS-LIB ............. = ${OpenBLAS_LIB}")
|
||||
|
||||
message (STATUS "GLIB-INC .............. = ${GLIB_PKG_INCLUDE_DIRS}")
|
||||
message (STATUS "GLIB-LIBS ............. = ${GLIB_PKG_LIBRARIES}")
|
||||
|
|
|
@ -22,7 +22,7 @@ add_executable(sagecal ${SRCFILES})
|
|||
target_link_libraries(sagecal
|
||||
${CASACORE_LIBRARIES}
|
||||
${CFITSIO_LIBRARIES}
|
||||
${BLAS_LIBRARIES}
|
||||
${OpenBLAS_LIB}
|
||||
${LAPACK_LIBRARIES}
|
||||
${WCSLIB_LIBRARIES}
|
||||
${GLIB_PKG_LIBRARIES}
|
||||
|
|
Loading…
Reference in New Issue