Skip to content
Snippets Groups Projects
Commit 87ea1883 authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

Do not exlude `dune` subdirectory from default target

This broke the usual "make; make install" workflow resulting in strange
errors.
parent 9791f502
Branches master
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ dune_project()
add_subdirectory(src)
add_subdirectory(m4)
add_subdirectory(dune EXCLUDE_FROM_ALL)
add_subdirectory(dune)
add_subdirectory(doc)
add_subdirectory(examples EXCLUDE_FROM_ALL)
......
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