diff options
Diffstat (limited to 'Modules/FindLATEX.cmake')
-rw-r--r-- | Modules/FindLATEX.cmake | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/Modules/FindLATEX.cmake b/Modules/FindLATEX.cmake index ae83733..1d8f6ce 100644 --- a/Modules/FindLATEX.cmake +++ b/Modules/FindLATEX.cmake @@ -1,3 +1,6 @@ +# Distributed under the OSI-approved BSD 3-Clause License. See accompanying +# file Copyright.txt or https://cmake.org/licensing for details. + #.rst: # FindLATEX # --------- @@ -49,20 +52,6 @@ # find_package(LATEX COMPONENTS PDFLATEX) # find_package(LATEX COMPONENTS BIBTEX PS2PDF) -#============================================================================= -# Copyright 2002-2015 Kitware, Inc. -# Copyright 2014-2015 Christoph GrĂ¼ninger <foss@grueninger.de> -# -# Distributed under the OSI-approved BSD License (the "License"); -# see accompanying file Copyright.txt for details. -# -# This software is distributed WITHOUT ANY WARRANTY; without even the -# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# See the License for more information. -#============================================================================= -# (To distribute this file outside of CMake, substitute the full -# License text for the above reference.) - if (WIN32) # Try to find the MikTex binary path (look for its package manager). find_path(MIKTEX_BINARY_PATH mpm.exe |