mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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"
|
|
)
|