mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 20:00:38 -06:00
We don't define behavior for relative paths to the OUTPUT argument. Fix our tests to use full paths.
6 lines
125 B
CMake
6 lines
125 B
CMake
|
|
file(GENERATE
|
|
OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/output_file.txt"
|
|
INPUT "${CMAKE_CURRENT_BINARY_DIR}/input_file.txt"
|
|
)
|