mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-12 04:02:35 +02:00
add proper boilerplate to GnuTLS find module
This commit is contained in:
parent
d4f2c9e631
commit
3f84f36d60
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
#
|
||||
# FindFaceshift.cmake
|
||||
#
|
||||
# Try to find the GnuTLS library
|
||||
#
|
||||
# You can provide a GNUTLS_ROOT_DIR which contains lib and include directories
|
||||
|
@ -11,6 +14,9 @@
|
|||
# Created on 3/31/2014 by Stephen Birarda
|
||||
# Copyright (c) 2014 High Fidelity
|
||||
#
|
||||
# Distributed under the Apache License, Version 2.0.
|
||||
# See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
#
|
||||
|
||||
if (GNUTLS_LIBRARY AND GNUTLS_INCLUDE_DIRS)
|
||||
# in cache already
|
||||
|
|
Loading…
Reference in a new issue