forked from pool/cmake
- Remove CMAKE_INSTALL_LIBDIR declaration from the macros. rh#795542
* It is unfortunate but SOME packages will now have to define it themselves because in some cases it is relative path while in others it is absolute one. OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=228
This commit is contained in:
committed by
Git OBS Bridge
parent
446abae9de
commit
c91d96b115
@@ -11,7 +11,6 @@
|
||||
cd build \
|
||||
%__cmake .. \\\
|
||||
-DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \\\
|
||||
-DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir} \\\
|
||||
-DINCLUDE_INSTALL_DIR:PATH=%{_includedir} \\\
|
||||
-DLIB_INSTALL_DIR:PATH=%{_libdir} \\\
|
||||
-DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \\\
|
||||
|
Reference in New Issue
Block a user