[CI] standardize else() and enfunction() calls in CMake scripts (#9653)

This commit is contained in:
James Lamb
2023-10-11 22:14:19 -05:00
committed by GitHub
parent 084d89216c
commit 2e42f33fc1
7 changed files with 20 additions and 20 deletions

View File

@@ -66,7 +66,7 @@ function(create_rlib_for_msvc)
execute_process(COMMAND ${DLLTOOL_EXE}
"--input-def" "${CMAKE_CURRENT_BINARY_DIR}/R.def"
"--output-lib" "${CMAKE_CURRENT_BINARY_DIR}/R.lib")
endfunction(create_rlib_for_msvc)
endfunction()
# detection for OSX