diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-10 11:24:53 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-10 11:24:53 +0300 |
commit | c4b87039850c0a4664a52fefdba5719ce99fd55e (patch) | |
tree | 3da19f2769b9e3ec881f20d386f3322727074b48 | |
parent | more robust compiler identification (diff) | |
download | cmake-common-common_cmake.tar.gz cmake-common-common_cmake.zip |
fix licensing notescommon_cmake
-rw-r--r-- | common.cmake | 4 |
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") # |