Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenFlipper-Free
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
c6676717
Commit
c6676717
authored
Jan 14, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replaced the very slow grouping for msvc with a faster one
parent
d4bfce07
Pipeline
#8234
passed with stages
in 38 minutes and 59 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
CMakeLists.txt
CMakeLists.txt
+2
-2
OpenFlipper
OpenFlipper
+1
-1
No files found.
CMakeLists.txt
View file @
c6676717
# Force minimal cmake version
# Required 3.
1 to set C++11
cmake_minimum_required
(
VERSION 3.
1
.0 FATAL_ERROR
)
# Required 3.
8 to use 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
Compare
0a58d3b2
...
d08fe591
Subproject commit
0a58d3b27ff2696835648b70639987d3dea38369
Subproject commit
d08fe59158afd88501786800bf1fc8ee812ef81a
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