Skip to content

Commit

Permalink
Change: Enable feature toggle for compliance reports by default
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h-abdelsalam committed Oct 15, 2024
1 parent 5aa1f60 commit a9c5a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ endif (NOT CVSS3_RATINGS)
add_definitions (-DCVSS3_RATINGS=${CVSS3_RATINGS})

if (NOT COMPLIANCE_REPORTS)
set (COMPLIANCE_REPORTS 0)
set (COMPLIANCE_REPORTS 1)
endif (NOT COMPLIANCE_REPORTS)
add_definitions (-DCOMPLIANCE_REPORTS=${COMPLIANCE_REPORTS})

Expand Down

0 comments on commit a9c5a08

Please sign in to comment.