Skip to content

Releases: JuliaPackaging/CMake.jl

v1.2.0

13 Feb 04:04
9b37a9c

Choose a tag to compare

CMake v1.2.0

Diff since v1.1.2

Closed issues:

  • Cant build CMake in Julia 1.1? (#14)
  • Can't build on arm (#17)
  • cleanup after build (#19)
  • CMake.jl looks for 7z.exe and doesn't find it. (MS Windows) (#22)
  • CMake build failing on Raspberry Pi (#24)

Merged pull requests:

  • Bump CMake version to 3.15.3 (#21) (@iblis17)
  • add x86 & arm64 tests to travis (#25) (@ianshmean)
  • Minor version bump to v1.2.0 (covers upgrade to CMake 3.15.3) (#26) (@ianshmean)
  • Install TagBot as a GitHub Action (#27) (@JuliaTagBot)
  • delete downloads after build (#28) (@stevengj)

v1.1.2

06 Jun 17:13
v1.1.2

Choose a tag to compare

v1.1.2 (2019-06-06)

Diff since v1.1.1

Closed issues:

  • doesn't support building on FreeBSD (#15)
  • The URL from which CMake is downloaded seems to be broken. (#12)
  • Make a release? (#9)

Merged pull requests:

  • build from source on non-apple Unices (#16) (stevengj)

v1.1.1

15 Dec 22:42

Choose a tag to compare

Fix #12

v1.1.0

15 Oct 17:51
8d4e8cc

Choose a tag to compare

Bump CMake version (#11).

v1.0.2

18 Sep 16:36
e9863ab

Choose a tag to compare

Fixes problems on JuliaBox (#6).

v1.0.1

12 Aug 13:22

Choose a tag to compare

another 1.0 fix

v1.0.0

28 Jul 01:23

Choose a tag to compare

Initial release, refactored from CMakeWrapper.jl.