Skip to content
Snippets Groups Projects
Commit d0a4460e authored by Jaime Arias's avatar Jaime Arias
Browse files

ignore building examples of buddy

parent 293a7529
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,9 @@ set(CMAKE_CXX_EXTENSIONS OFF)
# add BuDDy
set(BUDDY_DIR "${CMAKE_CURRENT_SOURCE_DIR}/libs/buddy")
message(STATUS "Building BuDDy parser ...")
option(BUDDY_BUILD_EXAMPLES "Build BuDDy Examples" ON)
set(BUDDY_BUILD_EXAMPLES OFF)
add_subdirectory(${BUDDY_DIR})
# add pn parser
......
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