Skip to content

Commit

Permalink
fix win build bug
Browse files Browse the repository at this point in the history
  • Loading branch information
guodashun committed Mar 27, 2020
1 parent 6dc6f0d commit be308e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ endif()
set(libs)

# define protobuf generater
find_package(Protobuf REQUIRED)
if (NOT UNIX AND NOT APPLE)
set(PROTOBUF_INCLUDE_DIRS "C:/usr/local/protobuf/include")
set(Protobuf_LIBRARIES "C:/usr/local/protobuf/lib/libprotobuf.lib")
Expand Down
2 changes: 1 addition & 1 deletion Client/src/interaction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ void Interaction::kill() {
ZRecRecorder::instance()->stop();
QProcess killTask;
#ifdef WIN32
RefereeThread::instance()->disconnectTCP();
// RefereeThread::instance()->disconnectTCP();
QString athena = "taskkill -im Client.exe -f";
QString medusa = "taskkill -im Medusa.exe -f";
//QString grSim = "taskkill -im grSim.exe -f";
Expand Down

0 comments on commit be308e9

Please sign in to comment.