From b540558db6d12ca054125ec193538a3b9e243293 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Mon, 3 Jun 2019 12:51:42 +0300 Subject: [PATCH] Update INSTALL --- INSTALL | 1 - 1 file changed, 1 deletion(-) diff --git a/INSTALL b/INSTALL index 918e6264..787bc3fb 100644 --- a/INSTALL +++ b/INSTALL @@ -12,7 +12,6 @@ CMake: add_executable(example example.cpp) target_link_libraries(example spdlog::spdlog) - Or copy src/spdlog.cpp to your build tree and pass the -DSPDLOG_COMPILED_LIB to the compiler. Tested on: