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
b68f1e76
Commit
b68f1e76
authored
Aug 02, 2017
by
Manuel VIVES
Browse files
Fix policy issue with old cmakes
#1169
parent
d655d098
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
CMakeLists.txt
CMakeLists.txt
+4
-1
No files found.
CMakeLists.txt
View file @
b68f1e76
cmake_minimum_required
(
VERSION 2.6.4
)
cmake_policy
(
SET CMP0048 NEW
)
if
(
policy CMP0048
)
cmake_policy
(
SET CMP0048 NEW
)
endif
(
policy CMP0048
)
project
(
googletest-distribution
)
enable_testing
()
...
...
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