From ac04215164fd13037ae1d3cedd3dfaf024b7b0cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 26 Apr 2025 14:55:02 +0200 Subject: [PATCH] core: move copyright/license header at the top of the cmake file --- cmake/FindENCHANT.cmake | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/cmake/FindENCHANT.cmake b/cmake/FindENCHANT.cmake index be13449a7..c843e72e0 100644 --- a/cmake/FindENCHANT.cmake +++ b/cmake/FindENCHANT.cmake @@ -1,11 +1,3 @@ -# - Try to find the Enchant spell checker -# Once done this will define -# -# ENCHANT_FOUND - system has ENCHANT -# ENCHANT_INCLUDE_DIR - the ENCHANT include directory -# ENCHANT_LIBRARIES - Link these to use ENCHANT -# ENCHANT_DEFINITIONS - Compiler switches required for using ENCHANT - # SPDX-FileCopyrightText: 2006 Zack Rusin # # SPDX-License-Identifier: BSD-3-Clause @@ -13,6 +5,13 @@ # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING-CMAKE-SCRIPTS file. +# - Try to find the Enchant spell checker +# Once done this will define +# +# ENCHANT_FOUND - system has ENCHANT +# ENCHANT_INCLUDE_DIR - the ENCHANT include directory +# ENCHANT_LIBRARIES - Link these to use ENCHANT +# ENCHANT_DEFINITIONS - Compiler switches required for using ENCHANT if(ENCHANT_INCLUDE_DIR AND ENCHANT_LIBRARIES) # in cache already