Accepting request 788510 from home:simotek:branches:devel:tools:building

- Fix mistake in previous change.

OBS-URL: https://build.opensuse.org/request/show/788510
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=404
This commit is contained in:
Martin Pluskal 2020-03-26 14:08:17 +00:00 committed by Git OBS Bridge
parent 51d9cc63af
commit 41752cc024
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 26 11:20:42 UTC 2020 - Simon Lees <sflees@suse.de>
- Fix mistake in previous change.
-------------------------------------------------------------------
Mon Mar 23 09:46:17 UTC 2020 - Simon Lees <sflees@suse.de>

View File

@ -34,7 +34,7 @@
%if "%{?_lib}" == "lib64" \
-DLIB_SUFFIX=64 \\\
%endif \
%if "%suse_version" <= 1500 \
%if %suse_version <= 1500 \
-DCMAKE_SKIP_RPATH:BOOL=ON \\\
%endif \
-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \\\