commit | c9ac8d2953a4806cc93aa4ff2e700623ecad980c | [log] [tgz] |
---|---|---|
author | James E. King III <jking@apache.org> | Mon Jan 07 16:46:45 2019 -0500 |
committer | James E. King III <jking@apache.org> | Wed Jan 09 17:05:34 2019 -0500 |
tree | 74cb331a75066bc9b13910652a3724606fa65bbe | |
parent | a5df39032ca206e2e6a9ec975147e81746d9a255 [diff] |
THRIFT-4720: documenting breaking changes, minor cleanup
diff --git a/tutorial/cpp/CMakeLists.txt b/tutorial/cpp/CMakeLists.txt index 8634b41..c6d8fc3 100644 --- a/tutorial/cpp/CMakeLists.txt +++ b/tutorial/cpp/CMakeLists.txt
@@ -17,7 +17,8 @@ # under the License. # -include_directories(SYSTEM "${Boost_INCLUDE_DIRS}") +include(BoostMacros) +REQUIRE_BOOST_HEADERS() #Make sure gen-cpp files can be included include_directories("${CMAKE_CURRENT_BINARY_DIR}")