Skip to content

Commit

Permalink
fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjw24 committed Aug 19, 2024
1 parent 0d03805 commit 49a1cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/vvencInstall.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ if( VVENC_PKG_EXTRA_LIBS )
if((IS_ABSOLUTE ${LIB} AND EXISTS ${LIB}) OR (${LIB} MATCHES "^-"))
list( APPEND EXTRALIBS ${LIB} )
else()
list( APPEND EXTRALIBS "-l${LIB}" )
list( APPEND EXTRALIBS "-l${LIB}" )
endif()
endforeach()

Expand Down

0 comments on commit 49a1cc5

Please sign in to comment.