summaryrefslogtreecommitdiff
path: root/indra/cmake/MonoDeps.cmake
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2012-04-25 17:17:08 -0400
committerNat Goodspeed <nat@lindenlab.com>2012-04-25 17:17:08 -0400
commitb18d21486a6391b5b6ed089d5337044503a5c610 (patch)
tree329aa03e92187af6940927fdbdd1014500a18f92 /indra/cmake/MonoDeps.cmake
parentb187aeb8f177bd76e792652e773617beff18b47b (diff)
Try to suppress spurious Mac ld warnings (lib/release/Release dir).
Mindful that some autobuild packages populate only packages/lib/release (rather than packages/lib/debug), Linking.cmake always appends packages/lib/release to CMake's link_directories() directive. But since CMake always appends CMAKE_BUILD_TYPE to those directories, we end up with a phantom packages/lib/release/Release directory on the search path. This would be harmless except that the Mac's 'ld' command produces a warning. These warnings quickly make TC's "Important Messages" output useless. Try appending packages/lib/release only when the build type isn't already Release.
Diffstat (limited to 'indra/cmake/MonoDeps.cmake')
0 files changed, 0 insertions, 0 deletions