Skip to content

Commit

Permalink
build(cmake): fix cmake variable ibus_rime_icons_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Jan 24, 2021
1 parent 295db25 commit 41749cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 33,7 @@ endif(NOT DEFINED RIME_DATA_DIR)
message(STATUS "Precompiler macro RIME_DATA_DIR is set to \"${RIME_DATA_DIR}\"")
add_definitions(-DRIME_DATA_DIR="${RIME_DATA_DIR}")

set(IBUS_RIME_ICONS_DIR "${CMAKE_INSTALL_FULL_DATADIR}/ibus-rime/icons")
set(ibus_rime_icons_dir "${CMAKE_INSTALL_FULL_DATADIR}/ibus-rime/icons")
configure_file(
"${CMAKE_CURRENT_SOURCE_DIR}/rime_config.h.in"
"${CMAKE_CURRENT_BINARY_DIR}/rime_config.h"
Expand Down

0 comments on commit 41749cc

Please sign in to comment.