Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
e17907da
Unverified
Commit
e17907da
authored
Dec 20, 2017
by
bryanzim
Committed by
GitHub
Dec 20, 2017
Browse files
Update internal_utils.cmake
parent
773cc787
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
googletest/cmake/internal_utils.cmake
googletest/cmake/internal_utils.cmake
+1
-2
No files found.
googletest/cmake/internal_utils.cmake
View file @
e17907da
...
@@ -62,8 +62,7 @@ macro(config_compiler_and_linker)
...
@@ -62,8 +62,7 @@ macro(config_compiler_and_linker)
if
(
MSVC
)
if
(
MSVC
)
# Newlines inside flags variables break CMake's NMake generator.
# Newlines inside flags variables break CMake's NMake generator.
# TODO(vladl@google.com): Add -RTCs and -RTCu to debug builds.
# TODO(vladl@google.com): Add -RTCs and -RTCu to debug builds.
# -J does not set path correctly for pdb with spaces
set
(
cxx_base_flags
"-GS -W4 -WX -wd4251 -wd4275 -nologo -J -Zi"
)
set
(
cxx_base_flags
"-GS -W4 -WX -wd4251 -wd4275 -nologo -Zi"
)
if
(
MSVC_VERSION LESS 1400
)
# 1400 is Visual Studio 2005
if
(
MSVC_VERSION LESS 1400
)
# 1400 is Visual Studio 2005
# Suppress spurious warnings MSVC 7.1 sometimes issues.
# Suppress spurious warnings MSVC 7.1 sometimes issues.
# Forcing value to bool.
# Forcing value to bool.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment