From: Matthew Fernandez Date: Tue, 29 Mar 2022 15:22:00 +0000 (-0700) Subject: standardize some CMake spacing X-Git-Tag: 4.0.0~138^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34612a6a2175b06ca59c2593512358762a7b8575;p=graphviz standardize some CMake spacing --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d12d8007..f49cf246d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ -cmake_minimum_required (VERSION 3.9 FATAL_ERROR) -project (Graphviz) +cmake_minimum_required(VERSION 3.9 FATAL_ERROR) +project(Graphviz) include(FeatureSummary)