aboutsummaryrefslogtreecommitdiff
path: root/cmake/protobuf-module.cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/protobuf-module.cmake.in')
-rw-r--r--cmake/protobuf-module.cmake.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/protobuf-module.cmake.in b/cmake/protobuf-module.cmake.in
index 6e0bcf90..614e4c04 100644
--- a/cmake/protobuf-module.cmake.in
+++ b/cmake/protobuf-module.cmake.in
@@ -147,7 +147,6 @@ function(_protobuf_find_libraries name filename)
LOCATION_RELEASE)
get_target_property(${name}_LIBRARY_DEBUG protobuf::lib${filename}
LOCATION_DEBUG)
- endif()
select_library_configurations(${name})
set(${name}_LIBRARY ${${name}_LIBRARY} PARENT_SCOPE)