From 871a3ed7da94e522fdb57f31d8de4ef6fbb1e1e2 Mon Sep 17 00:00:00 2001 From: ragusaa <54862477+ragusaa@users.noreply.github.com> Date: Fri, 3 May 2024 07:08:18 -0400 Subject: [PATCH] Update examples/PassManager/CMakeLists.txt Co-authored-by: Micah Snyder --- examples/PassManager/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/PassManager/CMakeLists.txt b/examples/PassManager/CMakeLists.txt index 327f568880..3d8b83e666 100644 --- a/examples/PassManager/CMakeLists.txt +++ b/examples/PassManager/CMakeLists.txt @@ -1,3 +1,3 @@ -# Copyright (C) 2021-2014 Cisco Systems, Inc. and/or its affiliates. All rights reserved. +# Copyright (C) 2021-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved. add_subdirectory(AnalysisPlugin)