We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a510415 commit 72a1c4dCopy full SHA for 72a1c4d
CMakeLists.txt
@@ -219,7 +219,6 @@ set(XEUS_CPP_SRC
219
if(NOT EMSCRIPTEN)
220
list(APPEND XEUS_CPP_SRC
221
src/xmagics/xassist.cpp
222
-
223
)
224
endif()
225
src/xinterpreter.cpp
@@ -375,7 +375,6 @@ __get_cxx_version ()
375
preamble_manager["magics"].get_cast<xmagics_manager>().register_magic("file", writefile());
376
#ifndef EMSCRIPTEN
377
preamble_manager["magics"].get_cast<xmagics_manager>().register_magic("xassist", xassist());
378
379
#endif
380
}
381
0 commit comments