Merge pull request #13877 from orbea/warning

cmake: Silence warning.
This commit is contained in:
Unknown W. Brackets 2021-01-05 06:59:00 -08:00 committed by GitHub
commit 1b49b17b89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -775,7 +775,7 @@ if(NOT MSVC)
endif()
find_package(LibZip)
find_package(LIBZIP)
if(LIBZIP_FOUND AND USE_SYSTEM_LIBZIP)
add_definitions(-DSHARED_LIBZIP)
else()

View File

@ -19,7 +19,6 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>
# Locate libzip
# This module defines
# LIBZIP_LIBRARY