mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
0cd20e8f62
Fixes: 20472
18 lines
425 B
Plaintext
18 lines
425 B
Plaintext
CMake Error at Repeat.cmake:[0-9]+ \(export\):
|
|
export command already specified for the file
|
|
|
|
foo.cmake
|
|
|
|
Did you miss 'APPEND' keyword\?
|
|
Call Stack \(most recent call first\):
|
|
Repeat-CMP0103-NEW.cmake:[0-9]+ \(include\)
|
|
CMakeLists.txt:[0-9]+ \(include\)
|
|
|
|
|
|
CMake Error at Repeat/CMakeLists.txt:[0-9]+ \(export\):
|
|
export command already specified for the file
|
|
|
|
.+/foo.cmake
|
|
|
|
Did you miss 'APPEND' keyword\?
|