diff options
| author | John Spaith <jspaith@windows.microsoft.com> | 2019-10-10 09:37:37 -0700 |
|---|---|---|
| committer | John Spaith <jspaith@windows.microsoft.com> | 2019-10-10 09:37:37 -0700 |
| commit | 8545a9591c67f1e59fa8790ce9338229fc7e8a09 (patch) | |
| tree | 078f02dbaa157e7571523d590a1a6476328746f7 | |
| parent | 17c9b6bac8270b9740e5d824c6ebfff6cc7d5ed1 (diff) | |
| download | vcpkg-8545a9591c67f1e59fa8790ce9338229fc7e8a09.tar.gz vcpkg-8545a9591c67f1e59fa8790ce9338229fc7e8a09.zip | |
Backing out unneeded patch
| -rw-r--r-- | ports/azure-c-shared-utility/no-etw-check-cmake.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ports/azure-c-shared-utility/no-etw-check-cmake.patch b/ports/azure-c-shared-utility/no-etw-check-cmake.patch deleted file mode 100644 index 9a1ec9bd7..000000000 --- a/ports/azure-c-shared-utility/no-etw-check-cmake.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/configs/azure_c_shared_utilityFunctions.cmake b/configs/azure_c_shared_utilityFunctions.cmake
-index 3947634f..60b3d2af 100644
---- a/configs/azure_c_shared_utilityFunctions.cmake
-+++ b/configs/azure_c_shared_utilityFunctions.cmake
-@@ -640,7 +640,7 @@ function(set_platform_files c_shared_dir)
- if(${use_condition})
- set(CONDITION_C_FILE ${c_shared_dir}/adapters/condition_win32.c PARENT_SCOPE)
- endif()
-- if(${use_etw} OR (${use_etw} STREQUAL "ON_WITH_CONSOLE"))
-+ if(${use_etw})
- if (${use_etw} STREQUAL "ON_WITH_CONSOLE")
- set(XLOGGING_C_FILE ${c_shared_dir}/src/etwxlogging.c PARENT_SCOPE)
- set(LOGGING_C_FILE ${c_shared_dir}/src/etwlogger_driver.c ${c_shared_dir}/src/consolelogger.c PARENT_SCOPE)
|
