[ox] Make OX_NODEBUG a normal variable set in main CMakeLists.txt

(synced from 84705e304f)
This commit is contained in:
2021-03-12 01:39:02 -06:00
parent eed087a1fd
commit 8089388642
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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(