summaryrefslogtreecommitdiffstats
path: root/googletest/cmake/internal_utils.cmake
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-08-01 15:09:34 (GMT)
committerGitHub <noreply@github.com>2018-08-01 15:09:34 (GMT)
commit16c65a476a125b12cc9cda34ae32ce09bc643dc6 (patch)
tree3ee12a206ab4eb3960b77e30d09f3e0c6e7f55a4 /googletest/cmake/internal_utils.cmake
parente69a1a83402dfe7c963b9df5c1d15184fd2fab06 (diff)
parent572b07ff8d93164b2819fa1800e8ee5bf08537db (diff)
downloadgoogletest-16c65a476a125b12cc9cda34ae32ce09bc643dc6.zip
googletest-16c65a476a125b12cc9cda34ae32ce09bc643dc6.tar.gz
googletest-16c65a476a125b12cc9cda34ae32ce09bc643dc6.tar.bz2
Merge branch 'master' into masterrefs/pull/1695/head
Diffstat (limited to 'googletest/cmake/internal_utils.cmake')
-rw-r--r--googletest/cmake/internal_utils.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/cmake/internal_utils.cmake b/googletest/cmake/internal_utils.cmake
index be7af38..086f51c 100644
--- a/googletest/cmake/internal_utils.cmake
+++ b/googletest/cmake/internal_utils.cmake
@@ -20,7 +20,7 @@ macro(fix_default_compiler_settings_)
if (MSVC)
# For MSVC, CMake sets certain flags to defaults we want to override.
# This replacement code is taken from sample in the CMake Wiki at
- # http://www.cmake.org/Wiki/CMake_FAQ#Dynamic_Replace.
+ # https://gitlab.kitware.com/cmake/community/wikis/FAQ#dynamic-replace.
foreach (flag_var
CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_MINSIZEREL CMAKE_CXX_FLAGS_RELWITHDEBINFO)