From ccb216909f796dee0885ef80bc17c17cbe2e5ac6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joaquim=20Casals=20Bu=C3=B1uel?= <jcasals@iri.upc.edu>
Date: Wed, 13 Feb 2019 12:24:31 +0100
Subject: [PATCH] Fixed building examples CMakeLists.txt

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index cf9851079..6ffe566eb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -98,7 +98,7 @@ ENDIF()
 
 option(_WOLF_TRACE "Enable wolf tracing macro" ON)
 
-option(BUILD_EXAMPLES "Build examples" ON)
+# option(BUILD_EXAMPLES "Build examples" OFF)
 set(BUILD_TESTS true)
 
 # Does this has any other interest
-- 
GitLab