You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I archive the PDB files on a separate symbol server, I install them into a different path than the regular installation prefix. When this is specified, the install target breaks in Debug builds:
The problem is that if I set CMAKE_PDB_OUTPUT_DIRECTORY, the PDB files are created in that directory instead of the normal project output directory, so the install step cannot find them.
I've worked around the problem by asking OCE to not install the PDBs. It seems to me that the OCE build scripts duplicate part of CMake's base functionality here.
As I archive the PDB files on a separate symbol server, I install them into a different path than the regular installation prefix. When this is specified, the install target breaks in Debug builds:
The text was updated successfully, but these errors were encountered: