diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 8f4ccaca..ea43ff67 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -4,6 +4,7 @@ cmake_minimum_required(VERSION 3.10) project(spdlog_examples CXX) # Example if statement +# Another example comment if(NOT TARGET spdlog) # Stand-alone build find_package(spdlog REQUIRED)