summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMario Emmenlauer <mario@emmenlauer.de>2022-09-10 00:00:54 -0700
committerGitHub <noreply@github.com>2022-09-10 00:00:54 -0700
commitc97dee069734f705937d45147cd7a1bdd2e49a6b (patch)
treeb6c90b4e39b27571ccbfec11caf4579594b82843 /lib
parentf8f62786e90ecfe5dea8ab8c4ee4698bb35a6cb5 (diff)
parentc11c821395d34236a44dcd3e81e170620a17a812 (diff)
downloadthrift-c97dee069734f705937d45147cd7a1bdd2e49a6b.tar.gz
Merge pull request #2654 from BioDataAnalysis/bda_minor_improvements
Various minor improvements
Diffstat (limited to 'lib')
-rw-r--r--lib/cpp/src/thrift/transport/TFileTransport.cpp2
-rw-r--r--lib/cpp/test/CMakeLists.txt4
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/cpp/src/thrift/transport/TFileTransport.cpp b/lib/cpp/src/thrift/transport/TFileTransport.cpp
index 08372b3e2..4ef8277d7 100644
--- a/lib/cpp/src/thrift/transport/TFileTransport.cpp
+++ b/lib/cpp/src/thrift/transport/TFileTransport.cpp
@@ -24,8 +24,6 @@
#include <thrift/transport/PlatformSocket.h>
#include <thrift/concurrency/FunctionRunner.h>
-#include <boost/version.hpp>
-
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#else
diff --git a/lib/cpp/test/CMakeLists.txt b/lib/cpp/test/CMakeLists.txt
index f9eee38e2..1117cd9f3 100644
--- a/lib/cpp/test/CMakeLists.txt
+++ b/lib/cpp/test/CMakeLists.txt
@@ -192,8 +192,8 @@ add_test(NAME TPipedTransportTest COMMAND TPipedTransportTest)
set(AllProtocolsTest_SOURCES
AllProtocolTests.cpp
AllProtocolTests.tcc
- GenericHelpers
- )
+ GenericHelpers.h
+)
add_executable(AllProtocolsTest ${AllProtocolsTest_SOURCES})
target_link_libraries(AllProtocolsTest