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
c0059a79
Commit
c0059a79
authored
Jan 01, 2016
by
Craig Scott
Committed by
Billy Donahue
Dec 17, 2016
Browse files
2.6.4 is the minimum CMake version, so enforce it (#656)
parent
a2b8a8e0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
CMakeLists.txt
CMakeLists.txt
+1
-1
googlemock/CMakeLists.txt
googlemock/CMakeLists.txt
+1
-1
googletest/CMakeLists.txt
googletest/CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
c0059a79
cmake_minimum_required
(
VERSION 2.6.
2
)
cmake_minimum_required
(
VERSION 2.6.
4
)
project
(
googletest-distribution
)
project
(
googletest-distribution
)
...
...
googlemock/CMakeLists.txt
View file @
c0059a79
...
@@ -38,7 +38,7 @@ endif()
...
@@ -38,7 +38,7 @@ endif()
# ${gmock_BINARY_DIR}.
# ${gmock_BINARY_DIR}.
# Language "C" is required for find_package(Threads).
# Language "C" is required for find_package(Threads).
project
(
gmock CXX C
)
project
(
gmock CXX C
)
cmake_minimum_required
(
VERSION 2.6.
2
)
cmake_minimum_required
(
VERSION 2.6.
4
)
if
(
COMMAND set_up_hermetic_build
)
if
(
COMMAND set_up_hermetic_build
)
set_up_hermetic_build
()
set_up_hermetic_build
()
...
...
googletest/CMakeLists.txt
View file @
c0059a79
...
@@ -45,7 +45,7 @@ endif()
...
@@ -45,7 +45,7 @@ endif()
# ${gtest_BINARY_DIR}.
# ${gtest_BINARY_DIR}.
# Language "C" is required for find_package(Threads).
# Language "C" is required for find_package(Threads).
project
(
gtest CXX C
)
project
(
gtest CXX C
)
cmake_minimum_required
(
VERSION 2.6.
2
)
cmake_minimum_required
(
VERSION 2.6.
4
)
if
(
COMMAND set_up_hermetic_build
)
if
(
COMMAND set_up_hermetic_build
)
set_up_hermetic_build
()
set_up_hermetic_build
()
...
...
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