Conan build script for the GNU Multiple Precision Arithmetic library (GMP)
conan create gmp/6.1.2@ntc/stable -pr <profile>
- This was created in order to build CGAL
- This should build directly with g++
- For MSVC, this is cross-compiled using the
msys2_mingw
profile (seeprofiles/msys2_mingw
, or better yet, the Windows Subsystem Conan docs.) Thepackage_id()
function then makes the package appear as if it was build with Microsoft Visual Studio.
See also: