| # Copyright (c) Facebook, Inc. and its affiliates. |
| # |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| --- a/CMakeLists.txt |
| +++ b/CMakeLists.txt |
| @@ -1025,7 +1025,7 @@ write_basic_package_version_file ( |
| ${CMAKE_CURRENT_BINARY_DIR}/glog-config-version.cmake |
| COMPATIBILITY SameMajorVersion) |
| |
| -export (TARGETS glog NAMESPACE glog:: FILE glog-targets.cmake) |
| +# export (TARGETS glog NAMESPACE glog:: FILE glog-targets.cmake) |
| export (PACKAGE glog) |
| |
| get_filename_component (_PREFIX "${CMAKE_INSTALL_PREFIX}" ABSOLUTE) |
| @@ -1076,5 +1076,5 @@ install (DIRECTORY ${_glog_BINARY_CMake_DATADIR} |
| FILES_MATCHING PATTERN "*.cmake" |
| ) |
| |
| -install (EXPORT glog-targets NAMESPACE glog:: DESTINATION |
| - ${_glog_CMake_INSTALLDIR}) |
| +# install (EXPORT glog-targets NAMESPACE glog:: DESTINATION |
| +# ${_glog_CMake_INSTALLDIR}) |