supresss gtest warning from test pw (#2726)

This commit is contained in:
Victor Vazquez 2021-08-10 10:58:22 -07:00 committed by GitHub
parent d65724b6dc
commit b0cb94702c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,11 @@ add_library (
${AZURE_CORE_TEST_SOURCE}
)
if (MSVC)
# - C6326: Google comparisons
target_compile_options(azure-core-test-fw PUBLIC /wd6326)
endif()
target_include_directories (azure-core-test-fw
PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/inc>