Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP1
googletest
googletest-fix-cmake-libdir-install.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File googletest-fix-cmake-libdir-install.patch of Package googletest
Index: b/googlemock/CMakeLists.txt =================================================================== --- a/googlemock/CMakeLists.txt +++ b/googlemock/CMakeLists.txt @@ -104,7 +104,7 @@ endif() # # Install rules install(TARGETS gmock gmock_main - DESTINATION lib) + DESTINATION ${CMAKE_INSTALL_LIBDIR}) install(DIRECTORY ${gmock_SOURCE_DIR}/include/gmock DESTINATION include) Index: b/googletest/CMakeLists.txt =================================================================== --- a/googletest/CMakeLists.txt +++ b/googletest/CMakeLists.txt @@ -103,7 +103,7 @@ endif() # # Install rules install(TARGETS gtest gtest_main - DESTINATION lib) + DESTINATION ${CMAKE_INSTALL_LIBDIR}) install(DIRECTORY ${gtest_SOURCE_DIR}/include/gtest DESTINATION include)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor