Skip to content

Commit 1ba4d71

Browse files
committed
Updating run-all examples code
1 parent 05fa54d commit 1ba4d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ install(TARGETS ultra RUNTIME DESTINATION bin)
102102
# Optional examples target
103103
add_custom_target(
104104
examples
105-
COMMAND examples/run-all.sh
105+
COMMAND /usr/bin/env sh examples/run-all.sh
106106
VERBATIM
107107
)
108108
add_dependencies(examples ultra)

0 commit comments

Comments
 (0)