Home | History | Annotate | Download | only in cmake

Lines Matching full:cmake

35 # The user can give specific paths where to find the libraries adding cmake
36 # options at configure (ex: cmake path/to/project -DBLAS_DIR=path/to/blas):
41 # are not given as cmake variable: BLAS_DIR, BLAS_INCDIR, BLAS_LIBDIR
61 # 1) we look in cmake variable BLAS_LIBDIR or BLAS_DIR (we guess the libdirs) if defined
64 # 4) we look in common system paths depending on the system, see for example paths contained in the following cmake variables:
79 # (To distribute this file outside of CMake, substitute the full
114 "- Option 1: Provide the Installation directory of BLAS library with cmake option: -D${LIBNAME}_DIR=your/path/to/${libname}/\n"
115 "- Option 2: Provide the directory where to find the library with cmake option: -D${LIBNAME}_LIBDIR=your/path/to/${libname}/lib/\n"
377 # call cmake macro to find the header path
399 # If found, add path to cmake variable
1337 "- Option 1: Provide the installation directory of BLAS library with cmake option: -DBLAS_DIR=your/path/to/blas\n"
1338 "- Option 2: Provide the directory where to find BLAS libraries with cmake option: -DBLAS_LIBDIR=your/path/to/blas/libs\n"
1340 "\nTo follow libraries detection more precisely you can activate a verbose mode with -DBLAS_VERBOSE=ON at cmake configure."
1373 "- Option 1: Provide the installation directory of BLAS library with cmake option: -DBLAS_DIR=your/path/to/blas\n"
1374 "- Option 2: Provide the directory where to find BLAS libraries with cmake option: -DBLAS_LIBDIR=your/path/to/blas/libs\n"
1376 "\nTo follow libraries detection more precisely you can activate a verbose mode with -DBLAS_VERBOSE=ON at cmake configure."