Skip to content

Commit

Permalink
[StubGen] Correct include switch in cmake (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaszm authored Aug 16, 2024
1 parent dca3fae commit 27a6941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindProxyStubGenerator.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function(ProxyStubGenerator)
endforeach(_namespace)

foreach(_include ${Argument_INCLUDE})
list(APPEND _execute_command "-I" "${_include}")
list(APPEND _execute_command "-i" "${_include}")
endforeach(_include)

foreach(_include_path ${Argument_INCLUDE_PATH})
Expand Down

0 comments on commit 27a6941

Please sign in to comment.