Commit 4eca630e authored by Paul Asmuth's avatar Paul Asmuth
Browse files

cmake: remove the 'examples' target from the ALL target list

parent efad8719
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ endforeach()

# Examples
# -----------------------------------------------------------------------------
add_custom_target(examples ALL)
add_custom_target(examples)
file(GLOB example_files "examples/**/*.fvz")
foreach(example_path ${example_files})
  get_filename_component(example_name ${example_path} NAME_WE)