blob: 48ab7b1d9be4ae8603e7de33870d36cb3099aae1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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\?
|