Changes between Initial Version and Version 1 of Ticket #68689


Ignore:
Timestamp:
Nov 13, 2023, 6:59:10 PM (10 months ago)
Author:
szhorvat (Szabolcs Horvát)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68689 – Description

    initial v1  
    1212Test CMake project:
    1313
    14 ```
     14{{{
    1515cmake_minimum_required(VERSION 3.24)
    1616project(Foo)
    1717find_package(BLAS REQUIRED)
    1818message(STATUS BLAS found: ${BLAS_LIBRARIES})
    19 ```
     19}}}
    2020
    2121Configure it with `cmake -DBLA_VENDOR=OpenBLAS -DCMAKE_PREFIX_PATH=/opt/local`.  Then it shows the error `Could NOT find BLAS (missing: BLAS_LIBRARIES)`