diff --git a/BuildOptions.cmake b/BuildOptions.cmake index 1f68d38..0a89b87 100644 --- a/BuildOptions.cmake +++ b/BuildOptions.cmake @@ -1,8 +1,8 @@ # BuildOptions.cmake # License: Unlicense (https://unlicense.org) - option(USE_CCACHE "Use ccache compiler cache to speed up builds" ON) option(USE_MOLD "Use the mold/sold parallel linker for faster builds" ON) +option(BUILD_TESTING "Build unit tests" ON) function(use_ccache) if (USE_CCACHE)