Skip to content

Commit fde32c1

Browse files
authored
Update CMakeLists.txt to fix typo
1 parent b01f835 commit fde32c1

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
@@ -1,5 +1,5 @@
11
if (EMSCRIPTEN)
2-
# So we create a html file, as well as the javascript fil
2+
# So we create a html file, as well as the javascript file
33
set(CMAKE_EXECUTABLE_SUFFIX ".html")
44
# Omitting CUDATest.cpp since Emscripten build currently has no GPU support
55
# For Emscripten builds linking to gtest_main will not suffice for gtest to run

0 commit comments

Comments
 (0)