https://github.com/Kitware/CMake
Revision 4fc1dd2ff1ee2d9dd5771b44070bf1750c60a939 authored by Brad King on 20 August 2020, 11:55:16 UTC, committed by Kitware Robot on 20 August 2020, 11:55:23 UTC
47abe5f225 FindMPI: Fix regression in pthread guard

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Raul Tambre <raul@tambre.ee>
Merge-request: !5147
2 parent s 590b879 + 47abe5f
Raw File
Tip revision: 4fc1dd2ff1ee2d9dd5771b44070bf1750c60a939 authored by Brad King on 20 August 2020, 11:55:16 UTC
Merge topic 'FindMPI-cuda-pthread' into release-3.18
Tip revision: 4fc1dd2
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top