mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-03 03:53:56 -07:00
Merge pull request #1041 from poixen/protobuf_error
Removed lprotobuf error on building
This commit is contained in:
commit
8cbf89410b
1 changed files with 0 additions and 3 deletions
|
|
@ -154,9 +154,6 @@ PROTOBUF_GENERATE_CPP(PROTO_SRCS PROTO_HDRS ${PROTO_FILES})
|
||||||
|
|
||||||
add_library(cockatrice_protocol ${PROTO_SRCS} ${PROTO_HDRS})
|
add_library(cockatrice_protocol ${PROTO_SRCS} ${PROTO_HDRS})
|
||||||
set(cockatrice_protocol_LIBS ${PROTOBUF_LIBRARIES})
|
set(cockatrice_protocol_LIBS ${PROTOBUF_LIBRARIES})
|
||||||
if (MSVC)
|
|
||||||
set(cockatrice_protocol_LIBS ${cockatrice_protocol_LIBS} -lprotobuf)
|
|
||||||
endif (MSVC)
|
|
||||||
if (UNIX)
|
if (UNIX)
|
||||||
set(cockatrice_protocol_LIBS ${cockatrice_protocol_LIBS} -lpthread)
|
set(cockatrice_protocol_LIBS ${cockatrice_protocol_LIBS} -lpthread)
|
||||||
endif (UNIX)
|
endif (UNIX)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue