From c3a159498c2544a52662cd03d23d5a1d00537bba Mon Sep 17 00:00:00 2001 From: Paul Dreik Date: Mon, 17 Jun 2019 19:40:14 +0200 Subject: [PATCH] review comment: extra newline --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6136df7b97a2..628ed8d35df8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,6 @@ option(FMT_INSTALL "Generate the install target." ${MASTER_PROJECT}) option(FMT_TEST "Generate the test target." ${MASTER_PROJECT}) option(FMT_FUZZ "Generate the fuzz target." OFF) - project(FMT CXX) # Get version from core.h