Skip to content

Commit

Permalink
修复此项目作为子其他cmake项目的子项目时,导致install失败的问题 (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnasdw authored Dec 8, 2022
1 parent 2c52f37 commit 10a5feb
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 @@ -113,7 +113,7 @@ configure_file(

install(
FILES
${CMAKE_BINARY_DIR}/opencc.pc
${CMAKE_CURRENT_BINARY_DIR}/opencc.pc
DESTINATION
${DIR_LIBRARY}/pkgconfig
)
Expand Down

0 comments on commit 10a5feb

Please sign in to comment.