Skip to content

Commit e575b5f

Browse files
committed
cmake: remove INSTALL_NAME_DIR
1 parent 355553b commit e575b5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/java/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,6 @@ set_target_properties(${the_module} PROPERTIES
343343
ARCHIVE_OUTPUT_DIRECTORY ${LIBRARY_OUTPUT_PATH}
344344
LIBRARY_OUTPUT_DIRECTORY ${LIBRARY_OUTPUT_PATH}
345345
RUNTIME_OUTPUT_DIRECTORY ${EXECUTABLE_OUTPUT_PATH}
346-
INSTALL_NAME_DIR ${OPENCV_LIB_INSTALL_PATH}
347346
)
348347

349348
if(WIN32)

0 commit comments

Comments
 (0)