Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
8cbf8941
Commit
8cbf8941
authored
May 02, 2015
by
ctrlaltca
Browse files
Merge pull request #1041 from poixen/protobuf_error
Removed lprotobuf error on building
parents
9ff22eaf
878b7603
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/pb/CMakeLists.txt
View file @
8cbf8941
...
...
@@ -154,9 +154,6 @@ PROTOBUF_GENERATE_CPP(PROTO_SRCS PROTO_HDRS ${PROTO_FILES})
add_library
(
cockatrice_protocol
${
PROTO_SRCS
}
${
PROTO_HDRS
}
)
set
(
cockatrice_protocol_LIBS
${
PROTOBUF_LIBRARIES
}
)
if
(
MSVC
)
set
(
cockatrice_protocol_LIBS
${
cockatrice_protocol_LIBS
}
-lprotobuf
)
endif
(
MSVC
)
if
(
UNIX
)
set
(
cockatrice_protocol_LIBS
${
cockatrice_protocol_LIBS
}
-lpthread
)
endif
(
UNIX
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment