-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels