CMake Borland Compiler Issues
From KitwarePublic
Jump to navigationJump to search
'+' (plus) in the file name problem
- Borland linker when creating executable does not support '+' in the name.
- CMake solves this problem by creating object files by replacing '+' with '_p_'.