Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
bd745173
Commit
bd745173
authored
Oct 13, 2016
by
Brad King
Committed by
Kitware Robot
Oct 13, 2016
Browse files
Merge topic 'FindProtobuf-debug-suffix'
d9190f33
FindProtobuf: Search for debug library named with `d` suffix
parents
2be36b0a
d9190f33
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/FindProtobuf.cmake
View file @
bd745173
...
...
@@ -264,7 +264,7 @@ function(_protobuf_find_libraries name filename)
mark_as_advanced
(
${
name
}
_LIBRARY_RELEASE
)
find_library
(
${
name
}
_LIBRARY_DEBUG
NAMES
${
filename
}
NAMES
${
filename
}
d
${
filename
}
PATHS
${
Protobuf_SRC_ROOT_FOLDER
}
/vsprojects/
${
_PROTOBUF_ARCH_DIR
}
Debug
)
mark_as_advanced
(
${
name
}
_LIBRARY_DEBUG
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment