Skip to content

Commit 89f8787

Browse files
committed
cache string
1 parent 8a3c22d commit 89f8787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ set(XKEYBOARDCONFIG_XKBBASE "${CMAKE_INSTALL_PREFIX}/share/X11/xkb")
4242
set(XKEYBOARDCONFIG_DATADIR "${CMAKE_INSTALL_PREFIX}/share")
4343

4444
set(CMAKE_INSTALL_LIBDATADIR "${CMAKE_INSTALL_PREFIX}/lib")
45-
set(EVENT_LOOP_BACKEND "none")
45+
set(EVENT_LOOP_BACKEND "none" CACHE STRING "")
4646
add_subdirectory(fcitx5)
4747

4848
add_subdirectory(wasmfrontend)

0 commit comments

Comments
 (0)