Skip to content

Commit

Permalink
Default value for BUILD_DOCS -> OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
greenc-FNAL committed Jan 29, 2024
1 parent a95f0e5 commit d083715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/CetCMakeEnv.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mark_as_advanced(WANT_UPS)
# What kind of things can we build?
option(BUILD_SHARED_LIBS "Build shared libraries (all projects)." ON)
option(BUILD_STATIC_LIBS "Build static libraries (all projects)." OFF)
option(BUILD_DOCS "Build documentation (all_projects)." ON)
option(BUILD_DOCS "Build documentation (all_projects)." OFF)

# RPATH management.
option(CMAKE_INSTALL_RPATH_USE_LINK_PATH ON)
Expand Down

0 comments on commit d083715

Please sign in to comment.