Files
CMake/Tests/RunCMake/File_Generate/WriteIfDifferent.cmake
Brad King 69050f4d16 Tests: Use full output paths in file(GENERATE) calls
We don't define behavior for relative paths to the OUTPUT argument.
Fix our tests to use full paths.
2017-06-08 13:31:33 -04:00

6 lines
86 B
CMake

file(GENERATE
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/output_file.txt
CONTENT "123"
)