| Age | Commit message (Collapse) | Author |
|
if a package is installed locally.
|
|
regardless of the allow_empty_package option.
|
|
|
|
system packages that don't need any include directories or linked libraries.
|
|
cprint() because the latter does unwanted ${var} expansion.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 000dc3a8df6d3316b16f03f32611597d9c30a2d4.
|
|
|
|
|
|
use `include_dirs` and `link_libraries` to customize cmake detection.
|
|
|
|
add extra `find_name` to configurations.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
在windows上由于issue 1822 添加了对ImportLibrary的查找,在vcproj里面会有一个与项目同名的lib文件也被加入到link目录。
比如find_package cmake::OpenCV 会导致需要link一个名为OpenCV.lib的文件,但实际上并不存在这一文件,所以需要将其排除。
|
|
|
|
add include dir finding pattern: xxx_CXX_INCLUDEDIRS
|
|
|