Skip to content

Could not decode "Library/CMakeLists.txt" with "UTF-8"-encoding. Editing not possible. #62

@lagner

Description

@lagner

If you try to open Library/CMakeLists.txt using QtCreator on Linux machine you get the error above. The problem is:
set(CMAKE_EXE_LINKER_FLAGS “-framework AudioToolbox -framework CoreGraphics -framework QuartzCore -framework UIKit -framework OpenGLES”)
looks like
set(CMAKE_EXE_LINKER_FLAGS �-framework AudioToolbox -framework CoreGraphics -framework QuartzCore -framework UIKit -framework OpenGLES�)
in terminal. Removing quotes solves the error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions