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
ruanhaishen
RedisLabs Raft
Commits
d718d2c0
Unverified
Commit
d718d2c0
authored
Feb 15, 2022
by
Ozan Tezcan
Committed by
GitHub
Feb 15, 2022
Browse files
Set minimum CMake supported version as 3.7.2 (#83)
parent
9f348d65
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d718d2c0
...
...
@@ -9,7 +9,7 @@
# make && make tests_full
project
(
raft C
)
cmake_minimum_required
(
VERSION 3.
9
)
cmake_minimum_required
(
VERSION 3.
7.2
)
macro
(
define_test name
)
add_executable
(
${
name
}
...
...
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