Fix option name - it's spelled BUILD_TESTING.
This commit is contained in:
parent
92775e075f
commit
fcd09b2f85
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,9 @@ project(vectorwrapper VERSION 1.1.0)
|
||||||
|
|
||||||
include(CMakePackageConfigHelpers)
|
include(CMakePackageConfigHelpers)
|
||||||
|
|
||||||
if (BUILD_TESTS)
|
include(CTest)
|
||||||
|
|
||||||
|
if (BUILD_TESTING)
|
||||||
add_subdirectory(test)
|
add_subdirectory(test)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue