From e8ab29358ae6692203fbd94b0818d1131b6c80e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Sat, 27 May 2023 19:08:15 +0200 Subject: [PATCH] macros: Fix formatting and indentation --- cmake.spec | 1 + macros.cmake.in | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cmake.spec b/cmake.spec index e6ab996..651a675 100644 --- a/cmake.spec +++ b/cmake.spec @@ -537,6 +537,7 @@ popd %changelog * Sat May 27 2023 Björn Esser - 3.26.4-3 - Rename macros.cmake -> macros.cmake.in +- macros: Fix formatting and indentation * Fri May 19 2023 Neal Gompa - 3.26.4-2 - macros: use the language build flag macros for compiler flags diff --git a/macros.cmake.in b/macros.cmake.in index 8e8575d..a96c705 100644 --- a/macros.cmake.in +++ b/macros.cmake.in @@ -9,9 +9,10 @@ %__ctest /usr/bin/ctest %__cmake_builddir %{!?__cmake_in_source_build:%{_vpath_builddir}}%{?__cmake_in_source_build:.} + # - Set default compile flags # - CMAKE_*_FLAGS_RELEASE are added *after* the *FLAGS environment variables -# and default to -O3 -DNDEBUG. Strip the -O3 so we can override with *FLAGS +# and default to -O3 -DNDEBUG. Strip the -O3 so we can override with *FLAGS # - Turn on verbose makefiles so we can see and verify compile flags # - Turn off stripping by default so RPM can do it separately # - Set default install prefixes and library install directories