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
0f9d4ddd
Commit
0f9d4ddd
authored
3 years ago
by
Brad Kittenbrink
Browse files
Options
Downloads
Patches
Plain Diff
DRTVWR-550 unbreak debug build linking on DARWIN. -d suffux libs havent existed for a while
parent
990bee7e
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/cmake/Boost.cmake
+8
-8
8 additions, 8 deletions
indra/cmake/Boost.cmake
with
8 additions
and
8 deletions
indra/cmake/Boost.cmake
+
8
−
8
View file @
0f9d4ddd
...
@@ -103,28 +103,28 @@ else (USESYSTEMLIBS)
...
@@ -103,28 +103,28 @@ else (USESYSTEMLIBS)
elseif
(
DARWIN
)
elseif
(
DARWIN
)
set
(
BOOST_CONTEXT_LIBRARY
set
(
BOOST_CONTEXT_LIBRARY
optimized boost_context-mt
${
addrsfx
}
optimized boost_context-mt
${
addrsfx
}
debug boost_context-mt
${
addrsfx
}
-d
)
debug boost_context-mt
${
addrsfx
}
)
set
(
BOOST_FIBER_LIBRARY
set
(
BOOST_FIBER_LIBRARY
optimized boost_fiber-mt
${
addrsfx
}
optimized boost_fiber-mt
${
addrsfx
}
debug boost_fiber-mt
${
addrsfx
}
-d
)
debug boost_fiber-mt
${
addrsfx
}
)
set
(
BOOST_FILESYSTEM_LIBRARY
set
(
BOOST_FILESYSTEM_LIBRARY
optimized boost_filesystem-mt
${
addrsfx
}
optimized boost_filesystem-mt
${
addrsfx
}
debug boost_filesystem-mt
${
addrsfx
}
-d
)
debug boost_filesystem-mt
${
addrsfx
}
)
set
(
BOOST_PROGRAM_OPTIONS_LIBRARY
set
(
BOOST_PROGRAM_OPTIONS_LIBRARY
optimized boost_program_options-mt
${
addrsfx
}
optimized boost_program_options-mt
${
addrsfx
}
debug boost_program_options-mt
${
addrsfx
}
-d
)
debug boost_program_options-mt
${
addrsfx
}
)
set
(
BOOST_REGEX_LIBRARY
set
(
BOOST_REGEX_LIBRARY
optimized boost_regex-mt
${
addrsfx
}
optimized boost_regex-mt
${
addrsfx
}
debug boost_regex-mt
${
addrsfx
}
-d
)
debug boost_regex-mt
${
addrsfx
}
)
set
(
BOOST_SIGNALS_LIBRARY
set
(
BOOST_SIGNALS_LIBRARY
optimized boost_signals-mt
${
addrsfx
}
optimized boost_signals-mt
${
addrsfx
}
debug boost_signals-mt
${
addrsfx
}
-d
)
debug boost_signals-mt
${
addrsfx
}
)
set
(
BOOST_SYSTEM_LIBRARY
set
(
BOOST_SYSTEM_LIBRARY
optimized boost_system-mt
${
addrsfx
}
optimized boost_system-mt
${
addrsfx
}
debug boost_system-mt
${
addrsfx
}
-d
)
debug boost_system-mt
${
addrsfx
}
)
set
(
BOOST_THREAD_LIBRARY
set
(
BOOST_THREAD_LIBRARY
optimized boost_thread-mt
${
addrsfx
}
optimized boost_thread-mt
${
addrsfx
}
debug boost_thread-mt
${
addrsfx
}
-d
)
debug boost_thread-mt
${
addrsfx
}
)
endif
(
WINDOWS
)
endif
(
WINDOWS
)
endif
(
USESYSTEMLIBS
)
endif
(
USESYSTEMLIBS
)
...
...
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