macros: Fix formatting and indentation
This commit is contained in:
parent
3de71f1787
commit
e8ab29358a
@ -537,6 +537,7 @@ popd
|
|||||||
%changelog
|
%changelog
|
||||||
* Sat May 27 2023 Björn Esser <besser82@fedoraproject.org> - 3.26.4-3
|
* Sat May 27 2023 Björn Esser <besser82@fedoraproject.org> - 3.26.4-3
|
||||||
- Rename macros.cmake -> macros.cmake.in
|
- Rename macros.cmake -> macros.cmake.in
|
||||||
|
- macros: Fix formatting and indentation
|
||||||
|
|
||||||
* Fri May 19 2023 Neal Gompa <ngompa@fedoraproject.org> - 3.26.4-2
|
* Fri May 19 2023 Neal Gompa <ngompa@fedoraproject.org> - 3.26.4-2
|
||||||
- macros: use the language build flag macros for compiler flags
|
- macros: use the language build flag macros for compiler flags
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
%__ctest /usr/bin/ctest
|
%__ctest /usr/bin/ctest
|
||||||
%__cmake_builddir %{!?__cmake_in_source_build:%{_vpath_builddir}}%{?__cmake_in_source_build:.}
|
%__cmake_builddir %{!?__cmake_in_source_build:%{_vpath_builddir}}%{?__cmake_in_source_build:.}
|
||||||
|
|
||||||
|
|
||||||
# - Set default compile flags
|
# - Set default compile flags
|
||||||
# - CMAKE_*_FLAGS_RELEASE are added *after* the *FLAGS environment variables
|
# - 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
|
||||||
|
Loading…
Reference in New Issue
Block a user