cmake: Fix library name
authorWilliam A. Kennington III <wak@google.com>
Tue, 17 Jan 2017 20:58:48 +0000 (12:58 -0800)
committerWilliam A. Kennington III <wak@google.com>
Tue, 17 Jan 2017 21:07:20 +0000 (13:07 -0800)
commitcff94b8f6669a16ee6a809932714d793b322e11b
tree0df01f7a6a6052c41f3ef01a99bd1fc7f64bfeed
parenta3a7df33919f1f45067c4f6546dd31343d5bacb1
cmake: Fix library name

The produced static library should be `libprotobuf-nanopb.a`
instead of the current `liblibprotobuf-nanopb.a`.

Signed-off-by: William A. Kennington III <wak@google.com>
CMakeLists.txt