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:
@@ -1,6 +1,6 @@
|
||||
FILE(GLOB Eigen_EulerAngles_SRCS "*.h")
|
||||
file(GLOB Eigen_EulerAngles_SRCS "*.h")
|
||||
|
||||
INSTALL(FILES
|
||||
install(FILES
|
||||
${Eigen_EulerAngles_SRCS}
|
||||
DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/EulerAngles COMPONENT Devel
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user