
This commit bumps Canonical Multipass to the 1.16.0 release. As part of this release, the upstream now uses upstream grpc, and thus some of the complexity in the package can be dropped. On this occasion, I have pulled a slightly newer pubspec.yaml from the upstream that is yet to be released which aided running the build with the Flutter toolchain available in nixpkgs.
15 lines
440 B
Diff
15 lines
440 B
Diff
diff --git i/CMakeLists.txt w/CMakeLists.txt
|
|
index fd8d446c8..870a2c19c 100644
|
|
--- i/CMakeLists.txt
|
|
+++ w/CMakeLists.txt
|
|
@@ -83,9 +83,6 @@ else()
|
|
message(STATUS "Bootstrapping vcpkg completed successfully.")
|
|
endif()
|
|
|
|
-set(CMAKE_TOOLCHAIN_FILE "${CMAKE_CURRENT_SOURCE_DIR}/3rd-party/vcpkg/scripts/buildsystems/vcpkg.cmake"
|
|
- CACHE STRING "Vcpkg toolchain file")
|
|
-
|
|
project(Multipass)
|
|
|
|
option(MULTIPASS_ENABLE_TESTS "Build tests" ON)
|