)]}'
{
  "commit": "a98fdf5822bfa47cfcacea0f5cd98cdb0e61e573",
  "tree": "73bcb9f100d251eaeef0eec6e8fad56701a351e0",
  "parents": [
    "ec4907399a59e840fa240aafcbc6b8e49dd7f464"
  ],
  "author": {
    "name": "Jason Mak",
    "email": "jamak3@gmail.com",
    "time": "Wed May 17 01:30:34 2023 -0700"
  },
  "committer": {
    "name": "Jason Mak",
    "email": "jamak3@gmail.com",
    "time": "Wed Aug 16 17:10:09 2023 +0000"
  },
  "message": "Update CMakeLists.txt to fix Windows CUDA build\n\n- In the top-level CMakeLists.txt, certain flags are passed to\n  disable warnings and increase the maximum size of an object file.\n  nvcc cannot handle these flags so we tell CMake to only use them\n  for C++ code (and not CUDA code).\n- In internal/ceres/CMakeLists.txt, CMake is originally told to link\n  the import library cudart.lib when linking CUDA code. By default,\n  it seems that Visual Studio will link the static library\n  cudart_static.lib when linking CUDA code. So we avoid linking with\n  cudart.lib to avoid linking the same library twice.\n\nChange-Id: I1fbf0d7e76d57b4338708757b27f5074722608cb\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "c30ae9ffb74a290c1fc6607b9cf2f8676c473d64",
      "old_mode": 33188,
      "old_path": "CMakeLists.txt",
      "new_id": "69f55b4cbd5be6a39f41b51d65ab25862bb6c3c1",
      "new_mode": 33188,
      "new_path": "CMakeLists.txt"
    }
  ]
}
