SHA256
3
0
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:
Stephan Kulow 2013-11-07 07:35:51 +00:00 committed by Git OBS Bridge
commit 45a4020256
2 changed files with 7 additions and 1 deletions

View File

@ -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 Tue Oct 8 16:35:02 UTC 2013 - hrvoje.senjan@gmail.com

View File

@ -34,7 +34,8 @@
-DBUILD_STATIC_LIBS:BOOL=OFF \\\ -DBUILD_STATIC_LIBS:BOOL=OFF \\\
-DCMAKE_COLOR_MAKEFILE:BOOL=OFF \\\ -DCMAKE_COLOR_MAKEFILE:BOOL=OFF \\\
-DCMAKE_INSTALL_DO_STRIP: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 \ %cmake_install \
cd build \ cd build \