From fc53e3339fb1056fa7815c2252247a17f6c05e9c Mon Sep 17 00:00:00 2001 From: gabime Date: Wed, 29 May 2019 01:33:20 +0300 Subject: CMakeLists.txt minor improvments --- example/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'example') diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 994051f9..f7ead24a 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -4,6 +4,8 @@ cmake_minimum_required(VERSION 3.1) project(spdlog_examples CXX) +message(STATUS "Generating examples..") + if(NOT TARGET spdlog) # Stand-alone build find_package(spdlog REQUIRED) -- cgit v1.2.3