Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabime <gmelman1@gmail.com>2019-05-29 01:33:20 +0300
committergabime <gmelman1@gmail.com>2019-05-29 01:33:20 +0300
commitfc53e3339fb1056fa7815c2252247a17f6c05e9c (patch)
treeeb6a7ffe8b71dbb95cfceb00955628463aeabede /example
parentd439f75491b328ec98a8e873cfdb86d1a136f286 (diff)
CMakeLists.txt minor improvments
Diffstat (limited to 'example')
-rw-r--r--example/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
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)