Skip to content

Commit 9d68c19

Browse files
authored
[BUILD] Remove cmake support for thrift as Jaeger was removed (#3604)
1 parent fae81fa commit 9d68c19

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if(POLICY CMP0092)
2525
cmake_policy(SET CMP0092 OLD)
2626
endif()
2727

28-
# MSVC RTTI flag /GR should not be not added to CMAKE_CXX_FLAGS by default. @see
28+
# MSVC RTTI flag /GR should not be added to CMAKE_CXX_FLAGS by default. @see
2929
# https://cmake.org/cmake/help/latest/policy/CMP0117.html
3030
if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.20.0")
3131
cmake_policy(SET CMP0117 NEW)
@@ -36,11 +36,6 @@ project(opentelemetry-cpp)
3636
# Mark variables as used so cmake doesn't complain about them
3737
mark_as_advanced(CMAKE_TOOLCHAIN_FILE)
3838

39-
# Don't use customized cmake modules if vcpkg is used to resolve dependence.
40-
if(NOT DEFINED CMAKE_TOOLCHAIN_FILE)
41-
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules/")
42-
endif()
43-
4439
# Set the third-party release git tags.
4540
if(EXISTS "${opentelemetry-cpp_SOURCE_DIR}/third_party_release")
4641
file(STRINGS "${opentelemetry-cpp_SOURCE_DIR}/third_party_release"

0 commit comments

Comments
 (0)