forked from pool/cmake
Accepting request 917935 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/917935 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=204
This commit is contained in:
commit
75c3c5e858
@ -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>
|
Tue Aug 31 13:19:26 UTC 2021 - Ralf Habacker <ralf.habacker@freenet.de>
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
-DLIB_SUFFIX=64 \\\
|
-DLIB_SUFFIX=64 \\\
|
||||||
%endif \
|
%endif \
|
||||||
%if %suse_version <= 1500 \
|
%if %suse_version <= 1500 \
|
||||||
-DCMAKE_SKIP_INSTALL_RPATHS:BOOL=ON \\\
|
-DCMAKE_SKIP_INSTALL_RPATH:BOOL=ON \\\
|
||||||
%endif \
|
%endif \
|
||||||
-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \\\
|
-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \\\
|
||||||
-DBUILD_SHARED_LIBS:BOOL=ON \\\
|
-DBUILD_SHARED_LIBS:BOOL=ON \\\
|
||||||
|
Loading…
Reference in New Issue
Block a user