Skip to content

Commit

Permalink
Set TESSERACT_ENABLE_EXAMPLES default to ON
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Feb 28, 2022
1 parent a93cae0 commit 3a97233
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tesseract_common/cmake/tesseract_macros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ macro(tesseract_variables)
set(BUILD_SHARED_LIBS ON)
endif()

if(NOT DEFINED TESSERACT_ENABLE_EXAMPLES)
set(TESSERACT_ENABLE_EXAMPLES ON)
endif()

if(NOT DEFINED TESSERACT_ENABLE_CLANG_TIDY)
set(TESSERACT_ENABLE_CLANG_TIDY OFF)
endif()
Expand Down

0 comments on commit 3a97233

Please sign in to comment.