Skip to content
This repository was archived by the owner on Jan 16, 2019. It is now read-only.
This repository was archived by the owner on Jan 16, 2019. It is now read-only.

Recipe installs version 2.8.12.2 instead of 3.10.1 #9

@bnagirner

Description

@bnagirner

I've set the following attributes:

default["cmake"]["install_method"] = "package" # `package` or `source`
default["cmake"]["source"]["version"] = "3.10.1"
default["cmake"]["source"]["checksum"] = "7be36ee24b0f5928251b644d29f5ff268330a916944ef4a75e23ba01e7573284"

Using the recipe as follows:

if platform_family?('debian','ubuntu')
	include_recipe 'cmake::default'
end

But only version 2.18.12.2 gets installed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions