Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
acgl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ACGL
acgl
Commits
07285b8a
There was a problem fetching the pipeline summary.
Commit
07285b8a
authored
9 years ago
by
Philip Trettner
Browse files
Options
Downloads
Patches
Plain Diff
Disabled non-msvc c++ flags for msvc builds
parent
dfc45210
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+2
-0
2 additions, 0 deletions
CMakeLists.txt
with
2 additions
and
0 deletions
CMakeLists.txt
+
2
−
0
View file @
07285b8a
...
...
@@ -67,10 +67,12 @@ target_include_directories(ACGL PUBLIC
)
# Compile flags
if
(
NOT MSVC
)
target_compile_options
(
ACGL PUBLIC
$<$<COMPILE_LANGUAGE:CXX>:-std=c++11>
# C++11 for C++ files
-Wno-strict-aliasing
# Temporary fix for https://github.com/g-truc/glm/issues/473
)
endif
()
# WIN32 define
IF
(
WIN32
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment