Skip to content

Commit

Permalink
Fixed if statement that didn't match in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
ahundt committed Mar 30, 2015
1 parent 228872e commit 32805bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/FindFRI-Client-SDK_Cpp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ if(NOT Nanopb_FOUND)
find_package_handle_standard_args(Nanopb DEFAULT_MSG Nanopb_LIBRARIES Nanopb_INCLUDE_DIRS)
endif(NOT Nanopb_FOUND)

endif(FRI-Client-SDK_Cpp_URL)
endif(EXISTS FRI-Client-SDK_Cpp_URL)

0 comments on commit 32805bb

Please sign in to comment.