Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
d08fe591
Commit
d08fe591
authored
Jan 14, 2019
by
Jan Möbius
Browse files
Grouping now requires cmake >= 3.8
parent
8ee17002
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/CMakeLists.txt
View file @
d08fe591
# Force minimal cmake version
# Required 3.
1
to se
t C++11
cmake_minimum_required
(
VERSION 3.
1
.0 FATAL_ERROR
)
# Required 3.
8
to
u
se
source_group TREE
cmake_minimum_required
(
VERSION 3.
8
.0 FATAL_ERROR
)
file
(
SHA512
${
CMAKE_SOURCE_DIR
}
/CMakeLists.txt HASH_TOPLEVEL_CMAKEFILE
)
file
(
SHA512
${
CMAKE_SOURCE_DIR
}
/OpenFlipper/cmake/CMakeLists.txt HASH_LATEST_CMAKEFILE
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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