try building ceres without cuda

pull/1911/head
Nathan 2025-08-22 16:10:40 -07:00
rodzic bf0ae814e3
commit b7ceb43630
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -104,7 +104,7 @@ def build():
toolchain_file = os.path.join(os.getcwd(), "vcpkg", "scripts", "buildsystems", "vcpkg.cmake")
run("cmake .. -DCMAKE_TOOLCHAIN_FILE=\"%s\"" % toolchain_file, cwd=build_dir)
run("cmake --build . --config Release -j1 --target pdal-python", cwd=build_dir)
run("cmake --build . --config Release -j4 --target ceres", cwd=build_dir)
def vcpkg_export():
if not os.path.exists("vcpkg"):