diff --git a/cmake.spec b/cmake.spec index 8eb384d..264d11c 100644 --- a/cmake.spec +++ b/cmake.spec @@ -67,7 +67,7 @@ Name: %{orig_name}%{?name_suffix} Version: %{major_version}.%{minor_version}.0 -Release: 0.4%{?relsuf}%{?dist} +Release: 0.5%{?relsuf}%{?dist} Summary: Cross-platform make system # most sources are BSD @@ -503,6 +503,9 @@ mv -f Modules/FindLibArchive.disabled Modules/FindLibArchive.cmake %changelog +* Wed Jul 01 2020 Igor Raits - 3.18.0-0.5.rc2 +- Undo out-of-source-builds + * Tue Jun 30 2020 Tom Callaway - 3.18.0-0.4.rc2 - fix FindLua to support lua 5.4 diff --git a/macros.cmake b/macros.cmake index b33142b..0bf1119 100644 --- a/macros.cmake +++ b/macros.cmake @@ -25,8 +25,6 @@ %{?__global_ldflags:LDFLAGS="${LDFLAGS:-%__global_ldflags}" ; export LDFLAGS ;} \ %endif \ %__cmake \\\ - -S "%{_vpath_srcdir}" \\\ - -B "%{_vpath_builddir}" \\\ -DCMAKE_C_FLAGS_RELEASE:STRING="-DNDEBUG" \\\ -DCMAKE_CXX_FLAGS_RELEASE:STRING="-DNDEBUG" \\\ -DCMAKE_Fortran_FLAGS_RELEASE:STRING="-DNDEBUG" \\\