Skip to content

Commit b17ded0

Browse files
committed
🐛 Fix target name
1 parent 6c54999 commit b17ded0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.15)
22
project(SampleService)
33

4-
if(TARGET asyncpp-grpc)
4+
if(TARGET asyncpp_grpc)
55
message(STATUS "Using existing asyncpp-grpc target.")
66
else()
77
message(STATUS "Missing asyncpp-grpc, using FetchContent to import it.")

0 commit comments

Comments
 (0)