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 a301271 commit 53d1686Copy full SHA for 53d1686
CMakeLists.txt
@@ -148,7 +148,6 @@ function(configure_native_kernel kernel)
148
endfunction()
149
150
function(configure_wasm_kernel kernel)
151
- set(XEUS_CPP_RESOURCE_DIR "/lib/clang/${CPPINTEROP_LLVM_VERSION_MAJOR}" PARENT_SCOPE)
152
153
configure_file (
154
"${CMAKE_CURRENT_SOURCE_DIR}${kernel}wasm_kernel.json.in"
@@ -170,6 +169,7 @@ endfunction()
170
169
171
message("Configure kernels: ...")
172
if(EMSCRIPTEN)
+ set(XEUS_CPP_RESOURCE_DIR "/lib/clang/${CPPINTEROP_LLVM_VERSION_MAJOR}")
173
configure_wasm_kernel("/share/jupyter/kernels/xcpp17/")
174
configure_wasm_kernel("/share/jupyter/kernels/xcpp20/")
175
configure_wasm_kernel("/share/jupyter/kernels/xcpp23/")
0 commit comments