[ox] Make OX_NODEBUG a normal variable set in main CMakeLists.txt
This commit is contained in:
2
deps/ox/src/ox/std/CMakeLists.txt
vendored
2
deps/ox/src/ox/std/CMakeLists.txt
vendored
@ -41,7 +41,7 @@ endif()
|
||||
target_compile_definitions(
|
||||
OxStd PUBLIC
|
||||
$<$<BOOL:${OX_USE_STDLIB}>:OX_USE_STDLIB>
|
||||
$<$<BOOL:$ENV{OX_NODEBUG}>:OX_NODEBUG>
|
||||
$<$<BOOL:${OX_NODEBUG}>:OX_NODEBUG>
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
|
Reference in New Issue
Block a user