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)
25
25
cmake_policy (SET CMP0092 OLD )
26
26
endif ()
27
27
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
29
29
# https://cmake.org/cmake/help/latest/policy/CMP0117.html
30
30
if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.20.0" )
31
31
cmake_policy (SET CMP0117 NEW )
@@ -36,11 +36,6 @@ project(opentelemetry-cpp)
36
36
# Mark variables as used so cmake doesn't complain about them
37
37
mark_as_advanced (CMAKE_TOOLCHAIN_FILE )
38
38
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
-
44
39
# Set the third-party release git tags.
45
40
if (EXISTS "${opentelemetry-cpp_SOURCE_DIR}/third_party_release" )
46
41
file (STRINGS "${opentelemetry-cpp_SOURCE_DIR}/third_party_release"
You can’t perform that action at this time.
0 commit comments