Skip to content
Snippets Groups Projects
Commit b540aa1a authored by Carsten Patzke's avatar Carsten Patzke
Browse files

added missing BUILD_EXAMPLES option for cmake

parent 2e09c89e
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ ENDIF(WIN32)
option(BUILD_TESTS "Uses googletest to build tests" OFF)
option(BUILD_INTEGRATION_TESTS "Include integration tests (CMAKE >3.7 is needed)" OFF)
option(BUILD_DOCS "Uses doxygen to build the documentaion" OFF)
option(BUILD_EXAMPLES "Build examples" OFF)
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/CMakeModules/)
......
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