Skip to content

Specify gdpaho.release.lib #10

@jeronimo-schreyer

Description

@jeronimo-schreyer

For an unknown reason, when I do cmake --build build
I get LINK : fatal error LNK1104: cannot open file 'godot-cpp.windows.release.64.lib' [C:\GDPaho \build\gdpaho.vcxproj]

I needed to specify the build version in cmake -DBUILD_GODOT_CPP=True . -B build command like this
cmake -DBUILD_GODOT_CPP=True -DCMAKE_BUILD_TYPE=Release . -B build

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions