Browse Source

Turn off the FMT_INSTALL opt

newinvert
Mark Roszko 2 years ago
parent
commit
b95b07e54d
  1. 1
      thirdparty/CMakeLists.txt

1
thirdparty/CMakeLists.txt

@ -30,6 +30,7 @@ add_subdirectory( clipper2 )
add_subdirectory( compoundfilereader )
add_subdirectory( delaunator )
add_subdirectory( dxflib_qcad )
set( FMT_INSTALL OFF )
add_subdirectory( fmt )
add_subdirectory( gzip-hpp )
add_subdirectory( lemon )

Loading…
Cancel
Save