When trying to build the latest commit from master I got the following cmake error: ``` CMake Error at test/CMakeLists.txt:23 (add_executable): add_executable called with incorrect number of arguments ``` Which points to this line: https://github.com/jbeder/yaml-cpp/blame/master/test/CMakeLists.txt#L23