Skip to content

Commit

Permalink
use C++20 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj authored Feb 23, 2025
1 parent e63ee96 commit 694e1ec
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(fcitx5-js VERSION 0.1.0)

set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 20)

set_property(GLOBAL PROPERTY TARGET_SUPPORTS_SHARED_LIBS TRUE)
set(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS "-sSIDE_MODULE")
Expand Down
2 changes: 1 addition & 1 deletion fcitx5-webview
1 change: 0 additions & 1 deletion scripts/install-deps.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
deps=(
ecm
fmt
iso-codes
json
json-c
Expand Down

0 comments on commit 694e1ec

Please sign in to comment.