--- CMakeLists.txt.orig	2021-11-03 19:31:10 UTC
+++ CMakeLists.txt
@@ -122,7 +122,9 @@ if(AXOM_ENABLE_TOOLS)
 endif()
 
 # Using Axom install examples
+if (FREEBSD_ENABLE_EXAMPLES)
 add_subdirectory(examples)
+endif()
 
 if(AXOM_ENABLE_DOCS)
     if(SPHINX_FOUND)
