Skip to content

Commit ca8c42e

Browse files
authored
Remove TODO addressed through #266 (#268)
1 parent b6a7267 commit ca8c42e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,6 @@ if(EMSCRIPTEN)
442442
xeus_cpp_set_kernel_options(xcpp)
443443
xeus_wasm_compile_options(xcpp)
444444
xeus_wasm_link_options(xcpp "web,worker")
445-
# TODO: Remove the exported runtime methods
446-
# after the next xeus release.
447445
target_link_options(xcpp
448446
PUBLIC "SHELL: --preload-file ${SYSROOT_PATH}/include@/include"
449447
PUBLIC "SHELL: --preload-file ${XEUS_CPP_DATA_DIR}@/share/xeus-cpp"

0 commit comments

Comments
 (0)