[CMake] Add debug postfix on mac (#10027)

This commit is contained in:
Alexey Suhov
2022-02-01 12:41:26 +03:00
committed by GitHub
parent a3f2a4ef99
commit e1e467f23f

View File

@@ -129,7 +129,7 @@ set(IE_DEBUG_POSTFIX_WIN "d")
set(IE_RELEASE_POSTFIX_WIN "")
set(IE_DEBUG_POSTFIX_LIN "")
set(IE_RELEASE_POSTFIX_LIN "")
set(IE_DEBUG_POSTFIX_MAC "")
set(IE_DEBUG_POSTFIX_MAC "d")
set(IE_RELEASE_POSTFIX_MAC "")
if(WIN32)