AliceVision icon indicating copy to clipboard operation
AliceVision copied to clipboard

fix(CMakeLists.txt): use CMAKE_PREFIX_PATH fix dependency confilicts in Ubuntu system

Open chunibyo-wly opened this issue 3 years ago • 0 comments

Description

fix #1048 . When users choose to install embedded dependency in their system, the best way to find the CMake package is to search the install directory first.

Here are two CMake outputs that show very clearly what the line does. right.txt wrong.txt

image

chunibyo-wly avatar May 26 '22 02:05 chunibyo-wly