aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/common.cmake
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-10 11:24:53 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-10 11:24:53 +0300
commitc4b87039850c0a4664a52fefdba5719ce99fd55e (patch)
tree3da19f2769b9e3ec881f20d386f3322727074b48 /common.cmake
parentmore robust compiler identification (diff)
downloadcmake-common-c4b87039850c0a4664a52fefdba5719ce99fd55e.tar.gz
cmake-common-c4b87039850c0a4664a52fefdba5719ce99fd55e.zip
fix licensing notescommon_cmake
Diffstat (limited to '')
-rw-r--r--common.cmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/common.cmake b/common.cmake
index 610159e..97de93f 100644
--- a/common.cmake
+++ b/common.cmake
@@ -1,4 +1,6 @@
# Copyright (c) 2017 Egor Tensin <Egor.Tensin@gmail.com>
+# This file is part of the "cmake-common" project.
+# For details, see https://github.com/egor-tensin/cmake-common.
# Distributed under the MIT License.
# It's a CMake code snippet I use in all of my CMake projects.
@@ -10,7 +12,7 @@
#
# cmake_minimum_required(VERSION 3.1)
-# Otherwise this line:
+# Without this policy set, this line:
#
# if(toolset STREQUAL "MSVC")
#