From 703426d848b3708f0cf27fc1b0b6f4e1368da9cf Mon Sep 17 00:00:00 2001 From: Max-Wilhelm Bruker Date: Sat, 25 Feb 2012 15:18:14 +0100 Subject: [PATCH] cmake fix --- common/pb/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/pb/CMakeLists.txt b/common/pb/CMakeLists.txt index a26ec3e6..88f26dbf 100644 --- a/common/pb/CMakeLists.txt +++ b/common/pb/CMakeLists.txt @@ -134,4 +134,4 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR}) PROTOBUF_GENERATE_CPP(PROTO_SRCS PROTO_HDRS ${PROTO_FILES}) add_library(cockatrice_protocol ${PROTO_SRCS} ${PROTO_HDRS}) -target_link_libraries(cockatrice_protocol general $(PROTOBUF_LIBRARIES) general -lprotobuf) +target_link_libraries(cockatrice_protocol ${PROTOBUF_LIBRARIES} -lprotobuf)