Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMAKE_LIBRARY_OUTPUT_DIRECTORY 为空 #4

Closed
JankinTian opened this issue Sep 6, 2023 · 2 comments
Closed

CMAKE_LIBRARY_OUTPUT_DIRECTORY 为空 #4

JankinTian opened this issue Sep 6, 2023 · 2 comments

Comments

@JankinTian
Copy link

在进行项目编译的时候,发现CMAKE_LIBRARY_OUTPUT_DIRECTORY的位置为空,这个变量指定为哪个地址?还是自己随意指定?

@JankinTian JankinTian reopened this Sep 6, 2023
@nk2014yj
Copy link
Collaborator

nk2014yj commented Sep 6, 2023

推荐指定为CMAKE_CURRENT_BINARY_DIR一样的value。后面会更新下cmakefile,给CMAKE_LIBRARY_OUTPUT_DIRECTORY一个初始值,cb816ad801e0e3c0eb63b432eb9d7456c34682a4。

@nk2014yj
Copy link
Collaborator

nk2014yj commented Sep 8, 2023

cmake更新了,给CMAKE_CURRENT_BINARY_DIR一个初始值。在不需要python接口时候,可以把编译参数USE_PYTHON=ON去掉,Readme也更新了。

@nk2014yj nk2014yj closed this as completed Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants