From a8693e52366a829408d2f97a1f3d5b181c67ef1f Mon Sep 17 00:00:00 2001 From: Brad Wu <26424577+wusatosi@users.noreply.github.com> Date: Tue, 1 Oct 2024 23:40:22 -0400 Subject: [PATCH] format cmake --- examples/CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 60032ff..f3b47fa 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,8 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -set(ALL_EXAMPLES - #identity_as_default_projection -identity_direct_usage) +set(ALL_EXAMPLES # identity_as_default_projection + identity_direct_usage) foreach(example ${ALL_EXAMPLES}) add_executable(beman.exemplar.examples.${example})