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
50f3bafb
Commit
50f3bafb
authored
Aug 03, 2017
by
Gennadiy Civil
Committed by
GitHub
Aug 03, 2017
Browse files
Merge pull request #1172 from joelypoley/joelypoley-patch-1
Fix cmake policy issue
parents
28bb854c
568958e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+2
-2
No files found.
CMakeLists.txt
View file @
50f3bafb
cmake_minimum_required
(
VERSION 2.6.4
)
cmake_minimum_required
(
VERSION 2.6.4
)
if
(
policy
CMP0048
)
if
(
POLICY
CMP0048
)
cmake_policy
(
SET CMP0048 NEW
)
cmake_policy
(
SET CMP0048 NEW
)
endif
(
policy
CMP0048
)
endif
(
POLICY
CMP0048
)
project
(
googletest-distribution
)
project
(
googletest-distribution
)
...
...
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