diff --git a/qpms/CMakeLists.txt b/qpms/CMakeLists.txt index 01284bd..df93616 100644 --- a/qpms/CMakeLists.txt +++ b/qpms/CMakeLists.txt @@ -23,9 +23,9 @@ set(LIBS ${LIBS} ${GSL_LIBRARIES} ${GSLCBLAS_LIBRARIES}) target_link_libraries (qpms - gsl - lapack - blas + ${GSL_LIBRARIES} + ${LAPACK_LIBRARIES} + ${BLAS_LIBRARIES} ${QPMS_AMOSLIB} Faddeeva )