Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
d08fe591
Commit
d08fe591
authored
Jan 14, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Grouping now requires cmake >= 3.8
parent
8ee17002
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cmake/CMakeLists.txt
cmake/CMakeLists.txt
+2
-2
No files found.
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
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