CMake: PRefix config opt with CONFIG_
This commit is contained in:
@@ -46,6 +46,13 @@ else()
|
||||
set(CONFIG_ENABLE_DEBUG_LOCKS FALSE)
|
||||
endif()
|
||||
|
||||
# Set the world thread variable for config.h
|
||||
if(WORLD_USE_BODY_THREAD)
|
||||
set(CONFIG_WORLD_USE_BODY_THREAD TRUE)
|
||||
else()
|
||||
unset(CONFIG_WORLD_USE_BODY_THREAD)
|
||||
endif()
|
||||
|
||||
# Set the timeout variable for config.h
|
||||
set(CONFIG_DEBUG_QUTEX_DEADLOCK_TIMEOUT_MS ${DEBUG_QUTEX_DEADLOCK_TIMEOUT_MS})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user