Merge pull request #1588 from jeffmvr/master
added missing closing bracket for _cmakedir_desc in cmake/install.cmake:88
This commit is contained in:
commit
2131b2d544
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ endforeach()
|
|||
# Export configuration
|
||||
set(_cmakedir_desc "Directory relative to CMAKE_INSTALL to install the cmake configuration files")
|
||||
if(NOT MSVC)
|
||||
set(CMAKE_INSTALL_CMAKEDIR "${CMAKE_INSTALL_LIBDIR}/cmake/protobuf" CACHE STRING "${_cmakedir_desc")
|
||||
set(CMAKE_INSTALL_CMAKEDIR "${CMAKE_INSTALL_LIBDIR}/cmake/protobuf" CACHE STRING "${_cmakedir_desc}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CMAKEDIR "cmake" CACHE STRING "${_cmakedir_desc}")
|
||||
endif()
|
||||
|
|
Loading…
Add table
Reference in a new issue