Skip to content

Commit 32805bb

Browse files
committed
Fixed if statement that didn't match in cmake
1 parent 228872e commit 32805bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/FindFRI-Client-SDK_Cpp.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ if(NOT Nanopb_FOUND)
5050
find_package_handle_standard_args(Nanopb DEFAULT_MSG Nanopb_LIBRARIES Nanopb_INCLUDE_DIRS)
5151
endif(NOT Nanopb_FOUND)
5252

53-
endif(FRI-Client-SDK_Cpp_URL)
53+
endif(EXISTS FRI-Client-SDK_Cpp_URL)
5454

0 commit comments

Comments
 (0)