ddiakopoulos / tinyply

:earth_africa: C++11 ply 3d mesh format importer & exporter
598 stars 118 forks source link

Only set CMAKE_DEBUG_POSTFIX if not already defined by user #65

Closed 3Descape closed 10 months ago

3Descape commented 11 months ago

This pull request allows the user to specify his own CMAKE_DEBUG_POSTFIX, if desired. The current behaviour forcefully overrides the variable even when the user has set it e.g. via -DCMAKE_DEBUG_POSTFIX=customPostfix.

ddiakopoulos commented 10 months ago

Thank you @3Descape