Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

Fix if() statement in cmake #2

Merged
merged 1 commit into from
Oct 7, 2020
Merged

Fix if() statement in cmake #2

merged 1 commit into from
Oct 7, 2020

Conversation

filman230
Copy link

Since cmake 3.1, variables are not anymore implicitly converted to string in if() statement which cause a build error with the "STREQUAL". See https://cmake.org/cmake/help/v3.1/policy/CMP0054.html for more informations.

Since cmake 3.1, variables are not anymore implicitly converted to string in if() statement which cause a build error. See https://cmake.org/cmake/help/v3.1/policy/CMP0054.html for more informations.
Copy link
Member

@dobey dobey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@dobey dobey merged commit d91741b into ubports:bionic Oct 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants