Merge pull request #1842 from udnaan/master
fixed cmake config files install path
This commit is contained in:
commit
56b8f44eed
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ install(EXPORT protobuf-targets
|
|||
NAMESPACE protobuf::
|
||||
COMPONENT protobuf-export)
|
||||
|
||||
install(DIRECTORY ${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_CMAKEDIR}/
|
||||
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_INSTALL_CMAKEDIR}/
|
||||
DESTINATION "${CMAKE_INSTALL_CMAKEDIR}"
|
||||
COMPONENT protobuf-export
|
||||
PATTERN protobuf-targets.cmake EXCLUDE
|
||||
|
|
Loading…
Add table
Reference in a new issue