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@mgail.com>2020-05-02 11:39:59 +0300
committergabime <gmelman1@mgail.com>2020-05-02 11:39:59 +0300
commit22655d7554b8da3b681b2a35a48bc81e6c242cf3 (patch)
treee94a7d895723642ff6d4f8490c763894cd3a0d9a
parentff0e430e4671beb081aaad519e8a2e03e70fa354 (diff)
Formatted cmake using cmake-format
-rw-r--r--cmake/utils.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/utils.cmake b/cmake/utils.cmake
index a823a47f..5c9b4748 100644
--- a/cmake/utils.cmake
+++ b/cmake/utils.cmake
@@ -45,7 +45,6 @@ function(spdlog_enable_warnings target_name)
-Wfatal-errors>
$<$<CXX_COMPILER_ID:MSVC>:${MSVC_OPTIONS}>)
endif()
-
endfunction()
# Enable address sanitizer (gcc/clang only)