Skip to content

Commit a61db1d

Browse files
committed
file globs for installation do not seem to work...
...but they are not required, either
1 parent 5fce9e5 commit a61db1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,8 +1265,8 @@ add_subdirectory(bin)
12651265
write_category_descriptions(${CATEGORY_DESCRIPTION_FILE})
12661266
configure_documentation()
12671267

1268-
install(FILES example/*.vsl DESTINATION share/vistle/example/)
1269-
install(FILES workflow/tutorial/*.vsl DESTINATION share/vistle/workflow/tutorial/)
1268+
install(DIRECTORY example DESTINATION share/vistle)
1269+
install(DIRECTORY workflow/tutorial DESTINATION share/vistle/workflow)
12701270

12711271
include(FeatureSummary)
12721272
feature_summary(WHAT ALL)

0 commit comments

Comments
 (0)