We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c54999 commit b17ded0Copy full SHA for b17ded0
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.15)
2
project(SampleService)
3
4
-if(TARGET asyncpp-grpc)
+if(TARGET asyncpp_grpc)
5
message(STATUS "Using existing asyncpp-grpc target.")
6
else()
7
message(STATUS "Missing asyncpp-grpc, using FetchContent to import it.")
0 commit comments