SHA256
3
0
forked from pool/cmake

Accepting request 917570 from home:mlin7442:branches:devel:tools:building

fix a typo in the default macros, bsc#1190302

OBS-URL: https://build.opensuse.org/request/show/917570
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=472
This commit is contained in:
Simon Lees 2021-09-10 10:53:10 +00:00 committed by Git OBS Bridge
parent 7312b9c23d
commit 47fab54a20
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Sep 8 12:46:31 UTC 2021 - Max Lin <mlin@suse.com>
- fix a typo in cmake.macros bsc#1190302
* change CMAKE_SKIP_INSTALL_RPATHS to CMAKE_SKIP_INSTALL_RPATH
-------------------------------------------------------------------
Tue Aug 31 13:19:26 UTC 2021 - Ralf Habacker <ralf.habacker@freenet.de>

View File

@ -36,7 +36,7 @@
-DLIB_SUFFIX=64 \\\
%endif \
%if %suse_version <= 1500 \
-DCMAKE_SKIP_INSTALL_RPATHS:BOOL=ON \\\
-DCMAKE_SKIP_INSTALL_RPATH:BOOL=ON \\\
%endif \
-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \\\
-DBUILD_SHARED_LIBS:BOOL=ON \\\