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:
parent
7312b9c23d
commit
47fab54a20
@ -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>
|
||||
|
||||
|
@ -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 \\\
|
||||
|
Loading…
Reference in New Issue
Block a user