Skip to content
Snippets Groups Projects
Commit f19676d9 authored by Evgeny Lavrik's avatar Evgeny Lavrik
Browse files

Add build options BUILD_EXAMPLES

parent 362d3838
No related branches found
Tags v1.0.3
No related merge requests found
......@@ -346,7 +346,8 @@ if (Wt_FOUND AND Boost_FOUND)
add_subdirectory(dbWt)
endif()
if (Boost_FOUND)
Option(BUILD_EXAMPLES "Build Examples" ON)
if (Boost_FOUND AND BUILD_EXAMPLES)
add_subdirectory(dbExamples)
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment