Skip to content

Commit 694e1ec

Browse files
authored
use C++20 (#21)
1 parent e63ee96 commit 694e1ec

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(fcitx5-js VERSION 0.1.0)
44

55
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
66

7-
set(CMAKE_CXX_STANDARD 17)
7+
set(CMAKE_CXX_STANDARD 20)
88

99
set_property(GLOBAL PROPERTY TARGET_SUPPORTS_SHARED_LIBS TRUE)
1010
set(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS "-sSIDE_MODULE")

scripts/install-deps.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
deps=(
22
ecm
3-
fmt
43
iso-codes
54
json
65
json-c

0 commit comments

Comments
 (0)