Skip to content

Commit 1abf71f

Browse files
committed
fixed CMakeLists.txt
1 parent 384ae54 commit 1abf71f

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
@@ -23,7 +23,7 @@ message("Cloning trpc-cpp, please waiting...")
2323
include(com_github_trpc_cpp)
2424

2525
message("Fetching mysql libs, please waiting...")
26-
include(mysqlclient.cmake)
26+
include(mysqlclient)
2727

2828
file(GLOB_RECURSE SRC_FILES ./trpc/client/*.cc)
2929

0 commit comments

Comments
 (0)