Skip to content

Commit

Permalink
Don't make feature_summary() raise an error
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Jul 8, 2018
1 parent 0e91ba1 commit 6a21994
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 @@ -51,4 +51,4 @@ include(TEMPLATE_NAMEDoc)
include(TEMPLATE_NAMEPackage)

# Generate a report of enabled/disabled features.
feature_summary(FATAL_ON_MISSING_REQUIRED_PACKAGES WHAT ALL)
feature_summary(WHAT ALL)

0 comments on commit 6a21994

Please sign in to comment.