From a7ad49e367f3ce3dc2563d68b0c763fd74cc4e78 Mon Sep 17 00:00:00 2001 From: Rohit Kakodkar Date: Mon, 4 Nov 2024 08:48:17 -0500 Subject: [PATCH] Build examples by default --- CMakeLists.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 65ddcee0..20ba188f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -507,10 +507,8 @@ if (BUILD_TESTS) add_subdirectory(tests/unit-tests) endif() -if (BUILD_EXAMPLES) - message("-- Including examples.") - add_subdirectory(examples) -endif() +message("-- Including examples.") +add_subdirectory(examples) # Doxygen