aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2722941f2b..50f092ec78 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7295,7 +7295,7 @@ endif (gRPC_BUILD_TESTS)
if (gRPC_BUILD_TESTS)
add_executable(grpc_ssl_credentials_test
- test/core/security/ssl_credentials_test.c
+ test/core/security/ssl_credentials_test.cc
)