What steps will reproduce the problem?
1.place yaml-cpp in a sub-directory of another project
2.use cmake from parent project to build
3.run make test from build directory of parent project
What is the expected output? What do you see instead?
The unit tests should run regardless of where yaml-cpp is in the tree
What version of the product are you using? On what operating system?
0.5.1 CentOS 6.5 with RHEL devtoolset
Please provide any additional information below.
Line 15 of test/CMakeLists.txt should read:
add_test(yaml-reader-test ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/run-tests)
Original issue reported on code.google.com by del...@gmail.com on 23 Apr 2014 at 2:02
Original issue reported on code.google.com by
del...@gmail.com
on 23 Apr 2014 at 2:02