]> git.ipfire.org Git - thirdparty/git.git/commit - contrib/buildsystems/CMakeLists.txt
cmake (Windows): recommend using Visual Studio's built-in CMake support
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 30 Sep 2020 15:26:23 +0000 (15:26 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 Sep 2020 20:26:54 +0000 (13:26 -0700)
commitf2f1250c47fd967b7678cad329438e8deac62038
tree00bb50156cf95e33e5fbfc2fa7f08d804f216f7e
parentb490283d5200952b87f49ac43457da7a332b4598
cmake (Windows): recommend using Visual Studio's built-in CMake support

It is a lot more convenient to use than having to specify the
configuration in CMake manually (does not matter whether using the
command-line or CMake's GUI).

While at it, recommend using `contrib/buildsystems/out/` as build
directory also in the part that talks about running CMake manually.

Helped-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/buildsystems/CMakeLists.txt