From 74da46ddafbbd6f5cbc433aa2ef7caa096dd66d3 Mon Sep 17 00:00:00 2001 From: Raymond Zhao <7199958+rzhao271@users.noreply.github.com> Date: Thu, 27 Feb 2025 10:00:59 -0800 Subject: [PATCH] Test commit --- example/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index a7863493..8f4ccaca 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.10) project(spdlog_examples CXX) +# Example if statement if(NOT TARGET spdlog) # Stand-alone build find_package(spdlog REQUIRED)