Update CMakeLists to remove PrivacyGuard special case

Update module with corrected PG code.
This commit is contained in:
Sid Dahiya 2020-09-29 21:31:18 -07:00
Родитель fada490d80
Коммит 680b23e23e
2 изменённых файлов: 1 добавлений и 7 удалений

Просмотреть файл

@ -213,13 +213,7 @@ option(BUILD_FUNC_TESTS "Build functional tests" YES)
option(BUILD_JNI_WRAPPER "Build JNI wrapper" NO)
option(BUILD_OBJC_WRAPPER "Build Obj-C wrapper" YES)
option(BUILD_PACKAGE "Build package" YES)
if (${CMAKE_CXX_COMPILER_ID} STREQUAL "GNU")
# TODO: currently PrivacyGuard requires regex features that are only avail under tr1/regex
option(BUILD_PRIVACYGUARD "Build Privacy Guard" NO)
else()
option(BUILD_PRIVACYGUARD "Build Privacy Guard" YES)
endif()
# Enable Azure Monitor / Application Insights end-point support
option(BUILD_AZMON "Build for Azure Monitor" YES)

@ -1 +1 @@
Subproject commit 3252c875142858b921539bf477d1e09fea6fed72
Subproject commit 8aa5d6b24c9d94d3ac229e71fbe6f6449de3be93