Issue 122699
Summary [llvm] CMake installscripts for OCAML-bindings don't use CMAKE_INSTALL_PREFIX
Labels new issue
Assignees
Reporter jdumke
    Hi, there.
The cmake_install.cmake scripts for the OCAML-bindings just set CMAKE_INSTALL_PREFIX, but don't use it anywhere and try always to install to "/usr/" , which isn't suitable for user only setups. 

Example given:
[cmake_install.cmake.txt](https://github.com/user-attachments/files/18396399/cmake_install.cmake.txt)

The problem occures in line 54 where "/usr/" is hard coded instead of use "${CMAKE_INSTALL_PREFIX}",.

Greets. 
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to