Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11_abseil
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11_abseil
Commits
fcfff850
Commit
fcfff850
authored
Sep 06, 2023
by
pybind11_abseil authors
Committed by
Copybara-Service
Sep 06, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add LD_LIBRARY_PATH install to fix issues with certain build types downstream
PiperOrigin-RevId: 563208705
parent
e5cac85b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletions
+9
-1
pybind11_abseil/CMakeLists.txt
+9
-1
No files found.
pybind11_abseil/CMakeLists.txt
View file @
fcfff850
...
@@ -180,7 +180,8 @@ target_link_libraries(status_casters INTERFACE import_status_module
...
@@ -180,7 +180,8 @@ target_link_libraries(status_casters INTERFACE import_status_module
add_subdirectory
(
tests
)
add_subdirectory
(
tests
)
if
(
CMAKE_INSTALL_PYDIR
)
if
(
CMAKE_INSTALL_PYDIR
)
# Copying to two target directories for simplicity. It is currently unknown
# how to determine here which copy is actually being used.
install
(
install
(
TARGETS status ok_status_singleton
TARGETS status ok_status_singleton
EXPORT pybind11_abseilTargets
EXPORT pybind11_abseilTargets
...
@@ -188,4 +189,11 @@ if(CMAKE_INSTALL_PYDIR)
...
@@ -188,4 +189,11 @@ if(CMAKE_INSTALL_PYDIR)
ARCHIVE DESTINATION
${
CMAKE_INSTALL_PYDIR
}
/pybind11_abseil
ARCHIVE DESTINATION
${
CMAKE_INSTALL_PYDIR
}
/pybind11_abseil
RUNTIME DESTINATION
${
CMAKE_INSTALL_PYDIR
}
/pybind11_abseil
)
RUNTIME DESTINATION
${
CMAKE_INSTALL_PYDIR
}
/pybind11_abseil
)
install
(
TARGETS status ok_status_singleton
EXPORT pybind11_abseil_cppTargets
LIBRARY DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
ARCHIVE DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
RUNTIME DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
)
endif
()
endif
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment