Skip to content

Commit

Permalink
app-doc/doxygen: fix warning about unused variable if USE=-doc
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
tamiko committed Jun 3, 2018
1 parent f2cd8c1 commit dfd268b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app-doc/doxygen/doxygen-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ src_configure() {
-Dbuild_wizard=$(usex qt5)
-Duse_sqlite3=$(usex sqlite)
)
use doc && mycmakeargs+=(
-DDOC_INSTALL_DIR="share/doc/${P}"
)

cmake-utils_src_configure
}
Expand Down

0 comments on commit dfd268b

Please sign in to comment.