浏览代码

HPCC-15414 Correct error message of CBLAS LIB dependency checking

xwang2713 8 年之前
父节点
当前提交
8d42ff4feb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cmake_modules/FindCBLAS.cmake

+ 1 - 1
cmake_modules/FindCBLAS.cmake

@@ -47,7 +47,7 @@ if(NOT CBLAS_FOUND)
         endif()
 
         if ("${otoolOut}" STREQUAL "")
-          message(FATAL_ERROR "{$OPENBLAB_LIB} dependencies changed. Run otool -L check manually and update file FindCBLAS.cmake")
+          message(FATAL_ERROR "${LIB_TO_DO} dependencies changed. Run otool -L check manually and update file FindCBLAS.cmake")
         endif()
         list(APPEND CBLAS_DEPS_LIBS ${otoolOut})
         if ("${otoolOut}" MATCHES ".*libgfortran.*")