Skip to content

Commit 0021734

Browse files
authored
Fix typo
1 parent 1c9dc39 commit 0021734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/CppInterOp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if(EMSCRIPTEN)
4646
# Preloads the system include directory into the Emscripten virtual filesystem to make headers accessible at runtime.
4747
#
4848
# --emrun
49-
# Makes it so that we run the html file created by this target, that we can capture the set_output_directory
49+
# Makes it so that we run the html file created by this target, that we can capture the standard output
5050
# and output to the terminal
5151
target_link_options(CppInterOpTests
5252
PUBLIC "SHELL: -fexceptions"

0 commit comments

Comments
 (0)