From 6a21994f1454f5daa06d1403e7bcb666c9c93f6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20=C5=81ukawski?= Date: Sun, 8 Jul 2018 14:14:15 +0200 Subject: [PATCH] Don't make feature_summary() raise an error https://github.com/roboticslab-uc3m/questions-and-answers/issues/65#issuecomment-403255082 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 25a709a..807b9a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)