We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 824565a commit 6afce6aCopy full SHA for 6afce6a
1 file changed
CMakeLists.txt
@@ -41,6 +41,11 @@ function(llama_cpp_python_install_target target)
41
INSTALL_RPATH "$ORIGIN"
42
BUILD_WITH_INSTALL_RPATH TRUE
43
)
44
+ set_target_properties(${target} PROPERTIES
45
+ NO_SONAME TRUE
46
+ RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}
47
+ LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}
48
+ )
49
endif()
50
51
endfunction()
0 commit comments