Add debug postfix for windows debug build
- Dominant language
- C++
- Stars
- 14k
- Forks
- 2.6k
- Avg merge
- 5d 18h
- Merged PRs (30d)
- 6
Description
**IMPORTANT: Please use the following template to report the bug.**
Before submitting:
1. Search for [similar issues](https://github.com/intel-isl/Open3D/issues).
2. For Python issues, please test with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip). It may be already fixed!
_____
**Describe the bug**
Compilation from source under Windows produces lib files with the same name for both debug and release builds.
**To Reproduce**
Compile from source with default configuration.
**Expected behavior**
It would be nice to fix the cmake to add the classical "d" debug postfix to debug libraries.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Environment (please complete the following information):**
- Operating system: Windows 10 64-bit)
- Python version: 3.8
- Open3D version: 0.13.0
- Is this remote workstation?: no
- How did you install Open3D?: build from source
- Compiler version (if built from source): Visual Studio 2019
**Additional context**
Add any other context about the problem here.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.