You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: use CMAKE_COMMAND instead of hardcoded cmake
This ensures that the cmake used to build is the cmake invoked when
running the custom command. In the case that `cmake` is not in PATH,
you would fail to invoke the command, failing the build.
Signed-off-by: Kim Topley <[email protected]>
0 commit comments