Skip to content

Commit

Permalink
[StubGen] Correct include switch in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaszm committed Aug 14, 2024
1 parent dca3fae commit d8e3872
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 d8e3872

Please sign in to comment.