Open GyrosGeier opened 8 years ago
Hmm, try removing the trailing slash in set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin/)
in line 773 of CMakeLists.txt
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: