File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ if(POLICY CMP0092)
2525 cmake_policy (SET CMP0092 OLD)
2626endif ()
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
3030if (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
3737mark_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.
4540if (EXISTS "${opentelemetry-cpp_SOURCE_DIR}/third_party_release" )
4641 file (STRINGS "${opentelemetry-cpp_SOURCE_DIR}/third_party_release"
You can’t perform that action at this time.
0 commit comments