Skip to content

Commit

Permalink
Fixed missing rename from PRIVATE_INSTALL to RESINSIGHT_PRIVATE_INSTALL
Browse files Browse the repository at this point in the history
OPM@1e7c4a3
p4#: 22406
  • Loading branch information
magnesj committed Sep 13, 2013
1 parent 4329d6d commit 4358340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
dh $@

override_dh_auto_configure:
dh_auto_configure --buildsystem=cmake -- -DCMAKE_BUILD_TYPE=Release -DPRIVATE_INSTALL=0 -DCMAKE_INSTALL_DOCDIR=share/doc/resinsight
dh_auto_configure --buildsystem=cmake -- -DCMAKE_BUILD_TYPE=Release -DRESINSIGHT_PRIVATE_INSTALL=0 -DCMAKE_INSTALL_DOCDIR=share/doc/resinsight

.PHONY: override_dh_strip
override_dh_strip:
Expand Down
2 changes: 1 addition & 1 deletion redhat/resinsight.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4358340

Please sign in to comment.