mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 07:41:15 +00:00
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.
3 lines
77 B
CMake
3 lines
77 B
CMake
project(ProjectA LANGUAGES NONE LANGUAGES)
|
|
message("This line not reached.")
|