THRIFT-3130 - C++ Lib: removed no longer needed macro THRIFT_OVERLOAD_IF
Client: C++
Patch: Jim King <jim.king@simplivity.com>
This closes #483
diff --git a/lib/cpp/CMakeLists.txt b/lib/cpp/CMakeLists.txt
index 46a48f7..84509a3 100755
--- a/lib/cpp/CMakeLists.txt
+++ b/lib/cpp/CMakeLists.txt
@@ -32,8 +32,8 @@
# Create the thrift C++ library
set( thriftcpp_SOURCES
- src/thrift/Thrift.cpp
src/thrift/TApplicationException.cpp
+ src/thrift/TOutput.cpp
src/thrift/VirtualProfiling.cpp
src/thrift/async/TAsyncChannel.cpp
src/thrift/concurrency/ThreadManager.cpp