We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8fa53 commit 1d8a7b5Copy full SHA for 1d8a7b5
CMakeLists.txt
@@ -343,12 +343,6 @@ if(MSVC)
343
# __cplusplus flag is not supported by Visual Studio 2015
344
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /Zc:__cplusplus")
345
endif()
346
- # When using vcpkg, all targets build with the same runtime
347
- if(VCPKG_TOOLCHAIN)
348
- set(CMAKE_MSVC_RUNTIME_LIBRARY
349
- "MultiThreaded$<$<CONFIG:Debug>:Debug>$<$<STREQUAL:${VCPKG_CRT_LINKAGE},dynamic>:DLL>"
350
- CACHE STRING "")
351
- endif()
352
353
354
# include GNUInstallDirs before include cmake/opentelemetry-proto.cmake because
0 commit comments