Skip to content

Commit 5431f44

Browse files
hjmjohnsonjcfr
authored andcommitted
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
1 parent f644741 commit 5431f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMake/SEMMacroBuildCLI.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ macro(SEMMacroBuildCLI)
2626
LINK_DIRECTORIES
2727
INCLUDE_DIRECTORIES
2828
)
29-
CMAKE_PARSE_ARGUMENTS(LOCAL_SEM
29+
cmake_parse_arguments(LOCAL_SEM
3030
"${options}"
3131
"${oneValueArgs}"
3232
"${multiValueArgs}"

0 commit comments

Comments
 (0)