@@ -90,7 +90,6 @@ option(SSG_PRODUCT_ALINUX3 "If enabled, the Alibaba Cloud Linux 3 SCAP content w
9090option (SSG_PRODUCT_ALMALINUX9 "If enabled, the AlmaLinux OS 9 SCAP content will be built"  ${SSG_PRODUCT_DEFAULT} )
9191option (SSG_PRODUCT_ANOLIS8 "If enabled, the Anolis OS 8 SCAP content will be built"  ${SSG_PRODUCT_DEFAULT} )
9292option (SSG_PRODUCT_ANOLIS23 "If enabled, the Anolis OS 23 SCAP content will be built"  ${SSG_PRODUCT_DEFAULT} )
93- option (SSG_PRODUCT_CHROMIUM "If enabled, the Chromium SCAP content will be built"  ${SSG_PRODUCT_DEFAULT} )
9493option (SSG_PRODUCT_DEBIAN11 "If enabled, the Debian 11 SCAP content will be built"  ${SSG_PRODUCT_DEFAULT} )
9594option (SSG_PRODUCT_DEBIAN12 "If enabled, the Debian 12 SCAP content will be built"  ${SSG_PRODUCT_DEFAULT} )
9695option (SSG_PRODUCT_DEBIAN13 "If enabled, the Debian 13 SCAP content will be built"  ${SSG_PRODUCT_DEFAULT} )
@@ -328,7 +327,6 @@ message(STATUS "Alibaba Cloud Linux 3: ${SSG_PRODUCT_ALINUX3}")
328327message (STATUS  "AlmaLinux OS 9: ${SSG_PRODUCT_ALMALINUX9} " )
329328message (STATUS  "Anolis OS 8: ${SSG_PRODUCT_ANOLIS8} " )
330329message (STATUS  "Anolis OS 23: ${SSG_PRODUCT_ANOLIS23} " )
331- message (STATUS  "Chromium: ${SSG_PRODUCT_CHROMIUM} " )
332330message (STATUS  "Debian 11: ${SSG_PRODUCT_DEBIAN11} " )
333331message (STATUS  "Debian 12: ${SSG_PRODUCT_DEBIAN12} " )
334332message (STATUS  "Debian 13: ${SSG_PRODUCT_DEBIAN13} " )
@@ -400,10 +398,6 @@ endif()
400398if (SSG_PRODUCT_ANOLIS23)
401399    add_subdirectory ("products/anolis23"  "anolis23" )
402400endif ()
403- if (SSG_PRODUCT_CHROMIUM)
404-     add_subdirectory ("products/chromium"  "chromium" )
405- endif ()
406- 
407401if (SSG_PRODUCT_DEBIAN11)
408402    add_subdirectory ("products/debian11"  "debian11" )
409403endif ()
0 commit comments