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:
authorBruce Mitchener <bruce.mitchener@gmail.com>2020-05-02 03:17:15 +0300
committerBruce Mitchener <bruce.mitchener@gmail.com>2020-05-02 03:17:15 +0300
commit937fe7e909b1720e8bb86ac9826dc5c8900d9b4f (patch)
tree33f78f62ac2133f3fe5f68c42799e604747989fb /example
parent89ab1e679dc4446cce340230129c62092886ac81 (diff)
cmake: Fix tabs, whitespace at EOL.
Diffstat (limited to 'example')
-rw-r--r--example/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt
index bb5be0bb..36b2ad33 100644
--- a/example/CMakeLists.txt
+++ b/example/CMakeLists.txt
@@ -19,7 +19,7 @@ target_link_libraries(example PRIVATE spdlog::spdlog)
# Example of using header-only library
#---------------------------------------------------------------------------------------
if(SPDLOG_BUILD_EXAMPLE_HO)
- add_executable(example_header_only example.cpp)
+ add_executable(example_header_only example.cpp)
target_link_libraries(example_header_only PRIVATE spdlog::spdlog_header_only)
endif()