16d040c958
Teach the project() command to recognize an optional "LANGUAGES" keyword after the project name and prior to the list of languages. Do not allow multiple copies of the keyword. If the keyword is specified and no languages are listed, imply NONE.
5 lines
165 B
Plaintext
5 lines
165 B
Plaintext
CMake Error at LanguagesTwice.cmake:1 \(project\):
|
|
LANGUAGES may be specified at most once.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)$
|