Skip to content

Commit

Permalink
Provide source for command
Browse files Browse the repository at this point in the history
  • Loading branch information
chiphogg committed Jan 21, 2025
1 parent 84bfedb commit a38a5f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/bin/check-cmake-headers
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ def main(argv=None):


def _get_cmake_headers():
# Ensure that CMake has been set up appropriately.
# Ensure that CMake has been set up appropriately. Command taken from:
# <https://aurora-opensource.github.io/au/main/install/#__tabbed_1_2>
subprocess.run(
[
"cmake",
Expand Down

0 comments on commit a38a5f2

Please sign in to comment.