Fix option name - it's spelled BUILD_TESTING.

This commit is contained in:
King_DuckZ 2019-01-20 01:13:46 +00:00
parent 92775e075f
commit fcd09b2f85
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,9 @@ project(vectorwrapper VERSION 1.1.0)
include(CMakePackageConfigHelpers)
if (BUILD_TESTS)
include(CTest)
if (BUILD_TESTING)
add_subdirectory(test)
endif()