Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fmt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
fmt
Commits
b05a02b9
Commit
b05a02b9
authored
Feb 02, 2016
by
Mario Werner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove comment which is now superfluous since the code has been moved
parent
d411aa16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
test/CMakeLists.txt
test/CMakeLists.txt
+0
-2
No files found.
test/CMakeLists.txt
View file @
b05a02b9
...
...
@@ -19,8 +19,6 @@ else ()
target_compile_definitions
(
gmock PUBLIC GTEST_HAS_PTHREAD=0
)
endif
()
# Check if variadic templates are working and not affected by GCC bug 39653:
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39653
if
(
NOT SUPPORTS_VARIADIC_TEMPLATES OR NOT SUPPORTS_INITIALIZER_LIST
)
target_compile_definitions
(
gmock PUBLIC GTEST_LANG_CXX11=0
)
endif
()
...
...
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