Commit d9c7bcf3 by Jesse Beder

Set the default build to the old API, and removed the duplicate spec test…

Set the default build to the old API, and removed the duplicate spec test implementation for the old api
parent f3b23069
...@@ -35,7 +35,7 @@ enable_testing() ...@@ -35,7 +35,7 @@ enable_testing()
## Project stuff ## Project stuff
option(YAML_CPP_BUILD_TOOLS "Enable testing and parse tools" ON) option(YAML_CPP_BUILD_TOOLS "Enable testing and parse tools" ON)
option(YAML_CPP_BUILD_CONTRIB "Enable contrib stuff in library" ON) option(YAML_CPP_BUILD_CONTRIB "Enable contrib stuff in library" ON)
option(YAML_CPP_BUILD_OLD_API "Enable building the old API" OFF) option(YAML_CPP_BUILD_OLD_API "Enable building the old API" ON)
## Build options ## Build options
# --> General # --> General
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment