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
f52c95da
Commit
f52c95da
authored
Aug 18, 2017
by
Zhongming Qu
Committed by
GitHub
Aug 18, 2017
Browse files
Merge branch 'master' into bazel
parents
99d0ef39
780bae0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
googletest/CMakeLists.txt
googletest/CMakeLists.txt
+4
-0
No files found.
googletest/CMakeLists.txt
View file @
f52c95da
...
...
@@ -52,6 +52,10 @@ else()
endif
()
cmake_minimum_required
(
VERSION 2.6.4
)
if
(
POLICY CMP0063
)
# Visibility
cmake_policy
(
SET CMP0063 NEW
)
endif
(
POLICY CMP0063
)
if
(
COMMAND set_up_hermetic_build
)
set_up_hermetic_build
()
endif
()
...
...
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