Set the default build to the old API, and removed the duplicate spec test implementation for the old api

This commit is contained in:
Jesse Beder
2011-09-17 23:46:48 -05:00
parent f3b230693a
commit d9c7bcf32f
2 changed files with 2 additions and 157 deletions

View File

@@ -35,7 +35,7 @@ enable_testing()
## Project stuff
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_OLD_API "Enable building the old API" OFF)
option(YAML_CPP_BUILD_OLD_API "Enable building the old API" ON)
## Build options
# --> General