We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9966be4 commit 2486e53Copy full SHA for 2486e53
src/python/CMakeLists.txt
@@ -18,7 +18,6 @@ endif()
18
pybind11_add_module(py_generate_pipeline py_generate_pipeline.cpp)
19
target_link_libraries(py_generate_pipeline PRIVATE genai)
20
21
-
22
# setting RPATH / LC_RPATH depending on platform
23
if(LINUX)
24
# to find libgenai.so in the same folder
0 commit comments