Fixed missing rename from PRIVATE_INSTALL to RESINSIGHT_PRIVATE_INSTALL

https://github.com/OPM/ResInsight/commit/1e7c4a3
p4#: 22406
This commit is contained in:
Magne Sjaastad
2013-09-13 11:19:26 +02:00
parent 4329d6de0f
commit 4358340381
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ This package contains the ResInsight octave plugins.
%patch3 -p1
%build
cmake28 -DPRIVATE_INSTALL=0 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_INSTALL_DOCDIR=share/doc/resinsight-0.9.2
cmake28 -DRESINSIGHT_PRIVATE_INSTALL=0 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_INSTALL_DOCDIR=share/doc/resinsight-0.9.2
make
%install