Skip to content

Commit

Permalink
Fix duplicate symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
IsabelParedes committed Jan 9, 2024
1 parent f9bbf74 commit 9677a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ if (XEUS_NELSON_EMSCRIPTEN_WASM_BUILD)
include(WasmBuildOptions)
find_package(xeus-lite REQUIRED)
add_executable(xnelson_wasm src/main_emscripten_kernel.cpp)
target_link_libraries(xnelson_wasm PRIVATE xeus-nelson-static xeus-lite)
target_link_libraries(xnelson_wasm PRIVATE xeus-lite)
target_compile_features(xnelson_wasm PRIVATE cxx_std_17)
xnelson_set_kernel_options(xnelson_wasm)
xeus_wasm_compile_options(xnelson_wasm)
Expand Down

0 comments on commit 9677a8a

Please sign in to comment.