Skip to content

Commit aff54e8

Browse files
authored
Updating the opencv libraries for non RHEL build
1 parent cfcaeb2 commit aff54e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,7 @@ if(${RHEL_BUILD})
240240
else()
241241
set(OPENCV_LIBS
242242
${OPENCV_LIBS}
243-
"libjpeg.so" # Non-RHEL uses both .so and .so.62
244-
"libjpeg.so.62"
243+
"libjpeg.so"
245244
"libpng16.so"
246245
)
247246
endif()

0 commit comments

Comments
 (0)