CMake: Bugfix for protobuf_MODULE_COMPATIBLE

Removed excess endif()
pull/1865/head
Konstantin Podsvirov 9 years ago
parent 38c5f2f3e6
commit 33d2b2a04f
  1. 1
      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)

Loading…
Cancel
Save