From mboxrd@z Thu Jan 1 00:00:00 1970 From: forums.scavenger100@passinbox.com To: illumos-discuss Subject: CMake can't find LLVM Message-Id: <17223823010.Ff0DC86.91261@composer.illumos.topicbox.com> Date: Tue, 30 Jul 2024 19:31:41 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=17223823011.CC25ffd8F.91261 Content-Transfer-Encoding: 7bit Topicbox-Policy-Reasoning: allow: sender is a member Topicbox-Message-UUID: e02ce606-4ecb-11ef-92ef-b81740decc0b --17223823011.CC25ffd8F.91261 Date: Tue, 30 Jul 2024 19:31:41 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable This is the error message: > =C2=A0 By not providing "FindLLVM.cmake" in CMAKE_MODULE_PATH this projec= t has > =C2=A0 asked CMake to find a package configuration file provided by "LLVM= ", but > =C2=A0 CMake did not find one. >=20 > =C2=A0 Could not find a package configuration file provided by "LLVM" wit= h any of > =C2=A0 the following names: >=20 > =C2=A0=C2=A0=C2=A0 LLVMConfig.cmake > =C2=A0=C2=A0=C2=A0 llvm-config.cmake >=20 > =C2=A0 Add the installation prefix of "LLVM" to CMAKE_PREFIX_PATH or set > =C2=A0 "LLVM_DIR" to a directory containing one of the above files.=C2=A0= If "LLVM" > =C2=A0 provides a separate development package or SDK, be sure it has been > =C2=A0 installed. I have installed build-essential and I have llvm-config. --17223823011.CC25ffd8F.91261 Date: Tue, 30 Jul 2024 19:31:41 -0400 MIME-Version: 1.0 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
This is the error message:
  By not providing "FindLLVM.cm= ake" in CMAKE_MODULE_PATH this project has
  asked CMake= to find a package configuration file provided by "LLVM", but
  CMake did not find one.

  Could n= ot find a package configuration file provided by "LLVM" with any of
  the following names:

  = ;  LLVMConfig.cmake
    llvm-config.cmake=

  Add the installation prefix of "LLVM" = to CMAKE_PREFIX_PATH or set
  "LLVM_DIR" to a directory = containing one of the above files.  If "LLVM"
  pro= vides a separate development package or SDK, be sure it has been
<= div>  installed.

I have inst= alled build-essential and I have llvm-config.

= --17223823011.CC25ffd8F.91261--