Merge branch 'master' into improper-tester

This commit is contained in:
Axel Kohlmeyer
2021-02-24 17:08:34 -05:00
3831 changed files with 197950 additions and 849272 deletions

View File

@ -1,8 +1,8 @@
find_package(YAML)
if(NOT YAML_FOUND)
message(STATUS "Skipping tests because libyaml is not found")
return()
# download and build a local copy of libyaml
include(YAML)
endif()
if(CMAKE_VERSION VERSION_LESS 3.12)