Skip to content

Commit

Permalink
Merge pull request #2310 from greenbone/enable-toggles-for-24-10
Browse files Browse the repository at this point in the history
Change: Enable feature toggle for compliance reports by default
  • Loading branch information
mattmundell authored Oct 15, 2024
2 parents 5aa1f60 + a9c5a08 commit 158c97b
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 158c97b

Please sign in to comment.