Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
a33bec1e
Commit
a33bec1e
authored
13 years ago
by
Monty Brandenberg
Browse files
Options
Downloads
Patches
Plain Diff
Build tweak for linux which has the same boost/unused variable
problem as Mac.
parent
88bc5419
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
indra/llcorehttp/CMakeLists.txt
+3
-3
3 additions, 3 deletions
indra/llcorehttp/CMakeLists.txt
with
3 additions
and
3 deletions
indra/llcorehttp/CMakeLists.txt
+
3
−
3
View file @
a33bec1e
...
@@ -58,11 +58,11 @@ set(llcorehttp_HEADER_FILES
...
@@ -58,11 +58,11 @@ set(llcorehttp_HEADER_FILES
set_source_files_properties
(
${
llcorehttp_HEADER_FILES
}
set_source_files_properties
(
${
llcorehttp_HEADER_FILES
}
PROPERTIES HEADER_FILE_ONLY TRUE
)
PROPERTIES HEADER_FILE_ONLY TRUE
)
if
(
APPLE
)
if
(
DARWIN OR LINUX
)
# Boost headers define unused members so...
# Boost headers define unused members
in condition_variable
so...
set_source_files_properties
(
${
llcorehttp_SOURCE_FILES
}
set_source_files_properties
(
${
llcorehttp_SOURCE_FILES
}
PROPERTIES COMPILE_FLAGS -Wno-unused-variable
)
PROPERTIES COMPILE_FLAGS -Wno-unused-variable
)
endif
(
APPLE
)
endif
(
DARWIN OR LINUX
)
list
(
APPEND llcorehttp_SOURCE_FILES
${
llcorehttp_HEADER_FILES
}
)
list
(
APPEND llcorehttp_SOURCE_FILES
${
llcorehttp_HEADER_FILES
}
)
...
...
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