SHA256
3
0
forked from pool/cmake

Accepting request 205960 from home:bmanojlovic:branches:devel:tools:building

- updated cmake.macros to include installation path for packages cmake modules

OBS-URL: https://build.opensuse.org/request/show/205960
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=128
This commit is contained in:
Ismail Dönmez 2013-11-06 12:55:12 +00:00 committed by Git OBS Bridge
parent 567dd702ea
commit 9fa8fb7526
2 changed files with 6 additions and 0 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

View File

@ -34,6 +34,7 @@
-DBUILD_STATIC_LIBS:BOOL=OFF \\\
-DCMAKE_COLOR_MAKEFILE:BOOL=OFF \\\
-DCMAKE_INSTALL_DO_STRIP:BOOL=OFF \\\
-DCMAKE_MODULES_INSTALL_DIR=/usr/share/cmake/Modules \\\
-DCMAKE_USER_MAKE_RULES_OVERRIDE="/usr/share/cmake/Modules/opensuse_rules.cmake"
%cmake_install \