diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-11-30 01:18:50 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-11-30 01:18:50 +0300 |
commit | 9f8c6b2774e6b6054d69a00a748abe166ae21e8f (patch) | |
tree | e46c79ad58de15e53909562e9e9e1e44aa74d530 /common.cmake | |
parent | initial commit (diff) | |
download | cmake-common-9f8c6b2774e6b6054d69a00a748abe166ae21e8f.tar.gz cmake-common-9f8c6b2774e6b6054d69a00a748abe166ae21e8f.zip |
update repo URL
Diffstat (limited to 'common.cmake')
-rw-r--r-- | common.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common.cmake b/common.cmake index d719542..f64519b 100644 --- a/common.cmake +++ b/common.cmake @@ -3,7 +3,7 @@ # It makes targets link the runtime statically by default + strips debug # symbols in release builds. # The latest version can be found at -# https://gist.github.com/egor-tensin/cmake-common. +# https://github.com/egor-tensin/cmake-common. # Distributed under the MIT License. # Version: 2017-05-19T13:51:22+00:00 |