CMAKE_SYSTEM_LIBRARY_PATH.rst 391 B

12345678
  1. CMAKE_SYSTEM_LIBRARY_PATH
  2. -------------------------
  3. :ref:`;-list <CMake Language Lists>` of directories specifying a search path
  4. for the :command:`find_library` command. By default this contains the
  5. standard directories for the current system. It is *not* intended to be
  6. modified by the project; use :variable:`CMAKE_LIBRARY_PATH` for this.
  7. See also :variable:`CMAKE_SYSTEM_PREFIX_PATH`.