Skip to content
Snippets Groups Projects
Select Git revision
  • 865b165ffb5c3a57f3096c2f3d66ea7ee7d75e8b
  • main default protected
  • gitkeep
  • dev protected
  • Issue/xxxx-configurableApiHostname
  • Issue/2732-updatedApiClient
  • APIv2
  • Issue/2518-docs
  • Hotfix/2427-adminTrouble
  • Issue/1910-MigrationtoNET6.0
  • Issue/1833-newLogin
  • Sprint/2022-01
  • Sprint/2021-23
  • Issue/1745-coscineConnection
  • x/setup
15 results

CoscineCodeGenerator.cs

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    download_boost.cmake 227 B
    include(FetchContent)
    FetchContent_Populate(
      boost-src
      URL http://downloads.sourceforge.net/project/boost/boost/1.69.0/boost_1_69_0.tar.bz2
      URL_HASH MD5=a1332494397bf48332cb152abfefcec2
      SOURCE_DIR external_tools/boost
    )