Skip to content

Commit

Permalink
consitency (#139)
Browse files Browse the repository at this point in the history
* consitency
  • Loading branch information
DerThorsten committed Dec 8, 2023
1 parent 469fec7 commit 4a5f6ae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,5 @@ if(EMSCRIPTEN)
install(FILES
"$<TARGET_FILE_DIR:xsqlite>/xsqlite.js"
"$<TARGET_FILE_DIR:xsqlite>/xsqlite.wasm"
DESTINATION ${XJUPYTER_DATA_DIR}/kernels/xsqlite)

DESTINATION ${CMAKE_INSTALL_BINDIR})
endif()
2 changes: 1 addition & 1 deletion include/xeus-sqlite/xeus_sqlite_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// Project version
#define XSQLITE_VERSION_MAJOR 0
#define XSQLITE_VERSION_MINOR 6
#define XSQLITE_VERSION_PATCH 1
#define XSQLITE_VERSION_PATCH 2

// Composing the version string from major, minor and patch
#define XSQLITE_CONCATENATE(A, B) XSQLITE_CONCATENATE_IMPL(A, B)
Expand Down
1 change: 0 additions & 1 deletion share/jupyter/kernels/xsqlite/kernel.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
],
"language": "sqlite",
"metadata":{
"wasm_name" : "xsqlite"
}
}

0 comments on commit 4a5f6ae

Please sign in to comment.