Skip to content

Commit 8579cdf

Browse files
committed
fix(coroutine): 修复CMakeLists.txt错误
1 parent 2efcd5f commit 8579cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/coroutine/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ install(
7272

7373
# install header file
7474
install(
75-
FILES ${TBOX_BASE_HEADERS}
75+
FILES ${TBOX_COROUTINE_HEADERS}
7676
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/tbox/coroutine
7777
)
7878

0 commit comments

Comments
 (0)