File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ project(trime-lib VERSION 3.0.0)
6
6
add_link_options ("LINKER:--hash-style=gnu,--build-id=none" )
7
7
8
8
set (ANDROID_STL c++_shared )
9
- set (CMAKE_CXX_STANDARD 14 )
9
+ set (CMAKE_CXX_STANDARD 17 )
10
10
11
11
set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR} /cmake" ${CMAKE_MODULE_PATH} )
12
12
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ endif()
24
24
set (BOOST_INCLUDE_LIBRARIES
25
25
algorithm
26
26
crc
27
- date_time
28
27
dll
29
28
interprocess
30
29
range
@@ -34,9 +33,6 @@ set(BOOST_INCLUDE_LIBRARIES
34
33
utility
35
34
uuid
36
35
# librime-charcode
37
- locale
38
- asio
39
- # librime-lua
40
- optional )
36
+ locale )
41
37
42
38
add_subdirectory (boost EXCLUDE_FROM_ALL )
Original file line number Diff line number Diff line change @@ -24,9 +24,8 @@ option(BUILD_STATIC "" ON)
24
24
add_subdirectory (librime )
25
25
target_compile_options (rime-static PRIVATE "-ffile-prefix-map=${CMAKE_CURRENT_SOURCE_DIR} =." )
26
26
27
- target_link_libraries (rime-charcode-objs Boost::asio Boost:: locale )
27
+ target_link_libraries (rime-charcode-objs Boost::locale )
28
28
29
- target_link_libraries (rime-lua-objs Boost::optional )
30
29
target_compile_options (rime-lua-objs PRIVATE "-ffile-prefix-map=${CMAKE_CURRENT_SOURCE_DIR} =." )
31
30
32
31
target_compile_options (rime-octagram-objs PRIVATE "-ffile-prefix-map=${CMAKE_CURRENT_SOURCE_DIR} =." )
You can’t perform that action at this time.
0 commit comments