Commit 33d2b2a0 authored by Konstantin Podsvirov's avatar Konstantin Podsvirov

CMake: Bugfix for protobuf_MODULE_COMPATIBLE

Removed excess endif()
parent 38c5f2f3
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment