Add cmake to BR.

This commit is contained in:
Richard M. Shaw 2012-05-01 12:40:37 -05:00
parent b51484b566
commit 57952262a0
1 changed files with 2 additions and 2 deletions

View File

@ -17,6 +17,7 @@ Patch0: OpenImageIO-1.0.0-use_external_tbb.patch
Patch1: OpenImageIO-1.0.0-tbb_include.patch
Patch2: OpenImageIO-1.0.3-ppc64.patch
BuildRequires: cmake
BuildRequires: boost-devel glew-devel qt-devel OpenEXR-devel ilmbase-devel
BuildRequires: python2-devel txt2man
BuildRequires: libpng-devel libtiff-devel openjpeg-devel
@ -76,8 +77,7 @@ install -pm 0644 %{SOURCE1} src/cmake/modules/
%build
mkdir -p build
pushd build
rm -rf build && mkdir -p build && pushd build
# CMAKE_SKIP_RPATH is OK here because it is set to FALSE internally and causes
# CMAKE_INSTALL_RPATH to be cleared, which is the desiered result.
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \