Does VTK use a Debug postfix on built libraries

Is there a CMake option that I can set to attach a debug postfix to the library names so that I can combine debug and release builds under a single install directory?

It looks like there is for Visual Studio builds but not macOS or Linux builds?

And to answer my own question: Define CMAKE_DEBUG_POSTFIX

1 Like