mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
STYLE: Convert CMake-language commands to lower case
Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
# CMakeLists.txt:3 (enable_language)
|
||||
#
|
||||
# My workaround is to invoke cmake twice. If both return codes are zero,
|
||||
# it is safe to invoke ENABLE_LANGUAGE(Fortran OPTIONAL)
|
||||
# it is safe to invoke enable_language(Fortran OPTIONAL)
|
||||
|
||||
function(workaround_9220 language language_works)
|
||||
#message("DEBUG: language = ${language}")
|
||||
|
||||
Reference in New Issue
Block a user