Browse Source

HPCC-15414 Correct error message of CBLAS LIB dependency checking

xwang2713 8 năm trước cách đây
mục cha
commit
8d42ff4feb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.*")