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

Commits on Aug 21, 2020

  1. Fix if() statement in cmake

    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.
    filman230 committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    df6152e View commit details
    Browse the repository at this point in the history