Skip to content

Commit 55229b0

Browse files
committed
Apply CMake format
1 parent 3c92e64 commit 55229b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Modules/Findjsonnet.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ if(${CMAKE_FIND_PACKAGE_NAME}_FOUND)
4040
# On macOS, fix jsonnet libraries if they have incorrect install_name
4141
if(APPLE)
4242
foreach(_lib ${${CMAKE_FIND_PACKAGE_NAME}_LIBRARY}
43-
${${CMAKE_FIND_PACKAGE_NAME}_CLIBRARY})
43+
${${CMAKE_FIND_PACKAGE_NAME}_CLIBRARY}
44+
)
4445
if(EXISTS "${_lib}")
4546
# Get the library's current install_name
4647
execute_process(
@@ -64,7 +65,7 @@ if(${CMAKE_FIND_PACKAGE_NAME}_FOUND)
6465
"${_lib}"
6566
RESULT_VARIABLE _fix_result
6667
ERROR_QUIET
67-
)
68+
)
6869
if(NOT _fix_result EQUAL 0)
6970
message(WARNING "Failed to fix install_name for ${_lib_name}")
7071
endif()
@@ -85,4 +86,3 @@ if(${CMAKE_FIND_PACKAGE_NAME}_FOUND)
8586
)
8687
endif()
8788
endif()
88-

0 commit comments

Comments
 (0)