Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define
This commit is contained in:
@@ -155,9 +155,6 @@ mark_as_advanced(WITH_HEADLESS)
|
||||
option(WITH_AUDASPACE "Build with blenders audio library (only disable if you know what you're doing!)" ON)
|
||||
mark_as_advanced(WITH_AUDASPACE)
|
||||
|
||||
option(WITH_BOOL_COMPAT "Continue defining \"TRUE\" and \"FALSE\" until these can be replaced with \"true\" and \"false\" from stdbool.h" ON)
|
||||
mark_as_advanced(WITH_BOOL_COMPAT)
|
||||
|
||||
# (unix defaults to OpenMP On)
|
||||
if((UNIX AND NOT APPLE) OR (MINGW))
|
||||
set(PLATFORM_DEFAULT ON)
|
||||
@@ -509,9 +506,6 @@ TEST_STDBOOL_SUPPORT()
|
||||
if(HAVE_STDBOOL_H)
|
||||
add_definitions(-DHAVE_STDBOOL_H)
|
||||
endif()
|
||||
if(WITH_BOOL_COMPAT)
|
||||
add_definitions(-DWITH_BOOL_COMPAT)
|
||||
endif()
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# Check for valid directories
|
||||
|
Reference in New Issue
Block a user