diff options
Diffstat (limited to '')
-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") # |