From 2e8d0a421cffbea7a6e1f429b17b77830f7b47e0 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Tue, 2 Mar 2021 23:45:42 -0600 Subject: [PATCH] [ox/std] Cleanup --- deps/ox/src/ox/std/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/ox/src/ox/std/CMakeLists.txt b/deps/ox/src/ox/std/CMakeLists.txt index 06ebfb97..459404da 100644 --- a/deps/ox/src/ox/std/CMakeLists.txt +++ b/deps/ox/src/ox/std/CMakeLists.txt @@ -75,6 +75,6 @@ install(TARGETS OxStd ARCHIVE DESTINATION lib/ox ) -if(OX_RUN_TESTS STREQUAL "ON") +if(OX_RUN_TESTS) add_subdirectory(test) endif()