[ox/oc] Cleanup ON check to work as a boolean check
This commit is contained in:
parent
a5194fd972
commit
60714d3009
2
deps/ox/src/ox/oc/CMakeLists.txt
vendored
2
deps/ox/src/ox/oc/CMakeLists.txt
vendored
@ -37,6 +37,6 @@ install(TARGETS OxOrganicClaw
|
|||||||
ARCHIVE DESTINATION lib/ox
|
ARCHIVE DESTINATION lib/ox
|
||||||
)
|
)
|
||||||
|
|
||||||
if(OX_RUN_TESTS STREQUAL "ON")
|
if(OX_RUN_TESTS)
|
||||||
add_subdirectory(test)
|
add_subdirectory(test)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user