-
- Downloads
Make installing PDBs optional. (#611)
PDBs are not necessarily generated, even in Debug configuration. For example, if the CXX_FLAGS are set to /Z7, debug symbols are embedded, and so the PDBs are not generated. This prevents installing from failing by marking these PDBs as optional. Fix #610
Showing
- DebugUtils/CMakeLists.txt 1 addition, 1 deletionDebugUtils/CMakeLists.txt
- Detour/CMakeLists.txt 1 addition, 1 deletionDetour/CMakeLists.txt
- DetourCrowd/CMakeLists.txt 1 addition, 1 deletionDetourCrowd/CMakeLists.txt
- DetourTileCache/CMakeLists.txt 1 addition, 1 deletionDetourTileCache/CMakeLists.txt
- Recast/CMakeLists.txt 1 addition, 1 deletionRecast/CMakeLists.txt
Loading
Please register or sign in to comment