diff --git a/products/rhel9/CMakeLists.txt b/products/rhel9/CMakeLists.txt index ad19890e5fd..c2153dadd57 100644 --- a/products/rhel9/CMakeLists.txt +++ b/products/rhel9/CMakeLists.txt @@ -15,7 +15,9 @@ if(SSG_SRG_XLSX_EXPORT) ssg_build_xlsx_srg_export(${PRODUCT} "srg_gpos") endif() -# ssg_build_html_stig_tables(${PRODUCT} "stig") +ssg_build_html_stig_tables(${PRODUCT}) +ssg_build_html_stig_tables_per_profile(${PRODUCT} "stig") +ssg_build_html_stig_tables_per_profile(${PRODUCT} "stig_gui") #ssg_build_html_stig_tables(${PRODUCT} "ospp")