forked from pool/cmake
Accepting request 206010 from devel:tools:building
After discussion with scarabeus, we have agreed to use %_datadir macro even if user change it (and possibly fail this macro) (forwarded request 205978 from bmanojlovic) OBS-URL: https://build.opensuse.org/request/show/206010 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=75
This commit is contained in:
commit
45a4020256
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 12:42:56 UTC 2013 - boris@steki.net
|
||||
|
||||
- updated cmake.macros to include installation path for cmake modules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 8 16:35:02 UTC 2013 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -34,7 +34,8 @@
|
||||
-DBUILD_STATIC_LIBS:BOOL=OFF \\\
|
||||
-DCMAKE_COLOR_MAKEFILE:BOOL=OFF \\\
|
||||
-DCMAKE_INSTALL_DO_STRIP:BOOL=OFF \\\
|
||||
-DCMAKE_USER_MAKE_RULES_OVERRIDE="/usr/share/cmake/Modules/opensuse_rules.cmake"
|
||||
-DCMAKE_MODULES_INSTALL_DIR=%{_datadir}/cmake/Modules \\\
|
||||
-DCMAKE_USER_MAKE_RULES_OVERRIDE="%{_datadir}/cmake/Modules/opensuse_rules.cmake"
|
||||
|
||||
%cmake_install \
|
||||
cd build \
|
||||
|
Loading…
Reference in New Issue
Block a user