Skip to content

Instantly share code, notes, and snippets.

@zethon
Created January 9, 2022 13:16
Show Gist options
  • Save zethon/6b7470b4f3a1df9618fc5151a4fbbcf2 to your computer and use it in GitHub Desktop.
Save zethon/6b7470b4f3a1df9618fc5151a4fbbcf2 to your computer and use it in GitHub Desktop.
Redirect CMake output to file
cmake ... >> output_file.txt 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment