Skip to content

Commit

Permalink
Now actually removed yaml-reader
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeder committed Oct 27, 2009
1 parent a706ffa commit f2a2d25
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2,958 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set(YAML_CPP_VERSION "${YAML_CPP_VERSION_MAJOR}.${YAML_CPP_VERSION_MINOR}.${YAML

enable_testing()

option(YAML_CPP_BUILD_TOOLS "Enables or disables yaml-reader and parse tools" true)
option(YAML_CPP_BUILD_TOOLS "Enables or disables testing and parse tools" true)

if(WIN32)
set(_library_dir bin) # .dll are in PATH, like executables
Expand Down Expand Up @@ -67,6 +67,6 @@ if(UNIX)
endif(UNIX)

if(YAML_CPP_BUILD_TOOLS)
add_subdirectory (yaml-reader)
add_subdirectory (test)
add_subdirectory (util)
endif(YAML_CPP_BUILD_TOOLS)
10 changes: 0 additions & 10 deletions yaml-reader/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit f2a2d25

Please sign in to comment.