Remove enable_testing

This commit is contained in:
Matthijs van der Burgh 2023-02-05 20:06:34 +01:00
parent 9fce27a4ce
commit f15f0709ee

View File

@ -179,7 +179,6 @@ endif()
unset(CONFIG_EXPORT_DIR) unset(CONFIG_EXPORT_DIR)
if(YAML_CPP_BUILD_TESTS) if(YAML_CPP_BUILD_TESTS)
enable_testing()
add_subdirectory(test) add_subdirectory(test)
endif() endif()