CMake Warning This command specifies the relative path as a link directory.

Posted 132818creator

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CMake Warning This command specifies the relative path as a link directory.相关的知识,希望对你有一定的参考价值。

问题:

技术图片

 

 解决办法:

   把libs/libcurl 的路径改成${CMAKE_CURRENT_SOURCE_DIR}/libs

解决!

以上是关于CMake Warning This command specifies the relative path as a link directory.的主要内容,如果未能解决你的问题,请参考以下文章