Skip to content

Don't require cmake to build cmake

Dustin Collins requested to merge cmake-snippet-update into master

This MR updates cmake build snippets to not require cmake to build, instead using ./bootstrap. This removes the need to install and uninstall cmake at different stages of the build.

Relates to #58 (closed).

Merge request reports