We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af09cb2 + 58dc58a commit cc5b99cCopy full SHA for cc5b99c
apps/interactive-calibration/CMakeLists.txt
@@ -26,7 +26,6 @@ set_target_properties(${the_target} PROPERTIES
26
DEBUG_POSTFIX "${OPENCV_DEBUG_POSTFIX}"
27
ARCHIVE_OUTPUT_DIRECTORY ${LIBRARY_OUTPUT_PATH}
28
RUNTIME_OUTPUT_DIRECTORY ${EXECUTABLE_OUTPUT_PATH}
29
- INSTALL_NAME_DIR lib
30
OUTPUT_NAME "opencv_interactive-calibration")
31
32
if(ENABLE_SOLUTION_FOLDERS)
apps/visualisation/CMakeLists.txt
@@ -21,7 +21,6 @@ set_target_properties(${the_target} PROPERTIES
21
22
23
24
25
OUTPUT_NAME "opencv_visualisation")
0 commit comments