Skip to content

Commit afa6c70

Browse files
committed
fix if stmt
1 parent c7d8b4c commit afa6c70

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,9 @@ endif()
457457

458458
if (VIAMCPPSDK_GRPCXX_VERSION VERSION_LESS 1.32.0)
459459
set(VIAMCPPSDK_GRPCXX_LEGACY_FWD 1)
460-
elseif(VIAMCPPSDK_GRPCXX_VERSION VERSION_LESS 1.43.0)
460+
endif()
461+
462+
if(VIAMCPPSDK_GRPCXX_VERSION VERSION_LESS 1.43.0)
461463
set(VIAMCPPSDK_GRPCXX_NO_DIRECT_DIAL 1)
462464
endif()
463465

0 commit comments

Comments
 (0)