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:
@@ -256,7 +256,7 @@ function(add_sycl_to_target targetName binaryDir sourceFiles)
|
||||
# Add custom target to run compute++ and generate the integration header
|
||||
foreach(sourceFile ${sourceFiles})
|
||||
__build_spir(${targetName} ${sourceFile} ${binaryDir} ${fileCounter})
|
||||
MATH(EXPR fileCounter "${fileCounter} + 1")
|
||||
math(EXPR fileCounter "${fileCounter} + 1")
|
||||
endforeach()
|
||||
|
||||
# Link with the ComputeCpp runtime library
|
||||
|
||||
Reference in New Issue
Block a user