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
3735e934
Commit
3735e934
authored
Oct 14, 2016
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed cmake workarounds
parent
d392f577
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
CMakeLists.txt
CMakeLists.txt
+0
-8
No files found.
CMakeLists.txt
View file @
3735e934
...
...
@@ -2,14 +2,6 @@
# Required 3.1 to set C++11
cmake_minimum_required
(
VERSION 3.1.0 FATAL_ERROR
)
# Workaround to ensure that the path lengths don't get too long
if
(
WIN32
)
message
(
STATUS
"Shorten paths to prevent errors"
)
set
(
CMAKE_OBJECT_PATH_MAX 240
)
set
(
OBJECT_NAME_MAX 240
)
endif
()
# Set and enforce C++-11 flags
set
(
CMAKE_CXX_STANDARD_REQUIRED TRUE
)
set
(
CMAKE_CXX_STANDARD 11
)
...
...
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