Skip to content

Commit

Permalink
Disable installation of doc to avoid some cmake problems
Browse files Browse the repository at this point in the history
Some of the packages have cmake configurations that break starting with
3.17 if we want to build documentation. As a workaround we disable them
for now until all these packages are fixed.
  • Loading branch information
tmadlener committed Jun 29, 2022
1 parent c1374a8 commit bf37537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion releases/v02-02/release-base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ ilcsoft.envcmake['CMAKE_CXX_STANDARD']=cxx_standard
#

# ----- build and install documentation -------------
ilcsoft.envcmake["INSTALL_DOC"]="ON"
ilcsoft.envcmake["INSTALL_DOC"]="OFF"


ilcsoft.envcmake["CMAKE_BUILD_TYPE"]= "RelWithDebInfo"
Expand Down
2 changes: 1 addition & 1 deletion releases/v02-02/release-ilcsoft.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ ilcsoft.envcmake["Boost_NO_BOOST_CMAKE"] = 'ON'
#

# ----- build and install documentation -------------
ilcsoft.envcmake["INSTALL_DOC"]="ON"
ilcsoft.envcmake["INSTALL_DOC"]="OFF"


#ilcsoft.envcmake["CMAKE_BUILD_TYPE"]= "Debug"
Expand Down

0 comments on commit bf37537

Please sign in to comment.