diff options
Diffstat (limited to 'deps/fmt/CMakeLists.txt')
-rw-r--r-- | deps/fmt/CMakeLists.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/deps/fmt/CMakeLists.txt b/deps/fmt/CMakeLists.txt index 447d8e8a34..830d1a5fb2 100644 --- a/deps/fmt/CMakeLists.txt +++ b/deps/fmt/CMakeLists.txt @@ -1,6 +1,5 @@ # -# Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3 -# Copyright (C) 2008-2019 TrinityCore <https://www.trinitycore.org/> +# This file is part of the AzerothCore Project. See AUTHORS file for Copyright information # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without @@ -10,9 +9,6 @@ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # -# User has manually chosen to ignore the git-tests, so throw them a warning. -# This is done EACH compile so they can be alerted about the consequences. -# include(CheckSymbolExists) |