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