Skip to content
GitLab
Menu
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-Free
Commits
c6676717
Commit
c6676717
authored
Jan 14, 2019
by
Jan Möbius
Browse files
Replaced the very slow grouping for msvc with a faster one
parent
d4bfce07
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
c6676717
# 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
)
...
...
OpenFlipper
@
d08fe591
Subproject commit
0a58d3b27ff2696835648b70639987d3dea38369
Subproject commit
d08fe59158afd88501786800bf1fc8ee812ef81a
Write
Preview
Supports
Markdown
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