Remove BGFX_USE_DEBUG_SUFFIX, should use CMAKE_DEBUG_POSTFIX. (#81)

This commit is contained in:
Matt Stevens
2020-05-11 03:38:06 +01:00
committed by GitHub
parent 5af95aa5d5
commit f4748dcc0a
4 changed files with 2 additions and 18 deletions

View File

@@ -33,7 +33,6 @@ option( BGFX_USE_OVR "Build with OVR support." OF
option( BGFX_AMALGAMATED "Amalgamated bgfx build for faster compilation" OFF )
option( BX_AMALGAMATED "Amalgamated bx build for faster compilation" OFF )
option( BGFX_CONFIG_DEBUG "Enables debug configuration on all builds" OFF )
option( BGFX_USE_DEBUG_SUFFIX "Add 'd' suffix to debug output targets" ON )
set( BGFX_OPENGL_VERSION "" CACHE STRING "Specify minimum OpenGL version" )
set( BGFX_OPENGLES_VERSION "" CACHE STRING "Specify minimum OpenGL ES version" )