Skip to content

Commit

Permalink
Update Meson to 0.43.0
Browse files Browse the repository at this point in the history
Upedate Meson to 0.43.0.
It will fix Issue microsoft#2006.
  • Loading branch information
bahaki386 authored Oct 18, 2017
1 parent 2b41ebc commit 11fdd41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/cmake/vcpkg_find_acquire_program.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ function(vcpkg_find_acquire_program VAR)
set(PROGNAME meson)
set(REQUIRED_INTERPRETER PYTHON3)
set(SCRIPTNAME meson.py)
set(PATHS ${DOWNLOADS}/tools/meson/meson-0.40.1)
set(URL "https://github.com/mesonbuild/meson/archive/0.40.1.zip")
set(ARCHIVE "meson-0.40.1.zip")
set(HASH 4c1d07f32d527859f762c34de74d31d569573fc833335ab9652ed38d1f9e64b49869e826527c28a6a07cb8e594fd5c647b34aa95e626236a2707f75df0a2d435)
set(PATHS ${DOWNLOADS}/tools/meson/meson-0.43.0)
set(URL "https://github.com/mesonbuild/meson/archive/0.43.0.zip")
set(ARCHIVE "meson-0.43.0.zip")
set(HASH dde4de72eff37046731224f32aa5f4618d45bdf148cec2d1af6e25e7522ebc2b04aedc9eceed483dfa93823a0ea7ea472d0c0c9380061bf3ee2f16b87dd1425e)
elseif(VAR MATCHES "FLEX")
set(PROGNAME win_flex)
set(PATHS ${DOWNLOADS}/tools/win_flex)
Expand Down

0 comments on commit 11fdd41

Please sign in to comment.