-
Notifications
You must be signed in to change notification settings - Fork 23
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 version too old causing issues. #103
Comments
@Shylock-Hg could you please take a look at this? thanks! |
What's the version? |
release-3.0 |
I can't reproduce, what's the version of cmake? |
cmake version 3.6.0 |
I think you could try newer version. |
Please note the minimum requirements for CMAKE versions in the document. |
Yes, we'll update it later. |
@chinlee1523 also, PR on readme to update CMAKE versions or error handling in build scripts is more than welcome, too! Thanks for the contribution :) |
报错:
CMake Error at CMakeLists.txt:61 (export):
export given OBJECT library "nebula_common_obj" which may not be exported.
Call Stack (most recent call first):
src/CMakeLists.txt:143 (nebula_add_library)
CMake Error at CMakeLists.txt:61 (export):
export given OBJECT library "nebula_graph_client_obj" which may not be
exported.
Call Stack (most recent call first):
src/CMakeLists.txt:148 (nebula_add_library)
CMake Error at CMakeLists.txt:61 (export):
export given OBJECT library "nebula_meta_client_obj" which may not be
exported.
Call Stack (most recent call first):
src/CMakeLists.txt:153 (nebula_add_library)
CMake Error at CMakeLists.txt:61 (export):
export given OBJECT library "nebula_storage_client_obj" which may not be
exported.
Call Stack (most recent call first):
src/CMakeLists.txt:158 (nebula_add_library)
The text was updated successfully, but these errors were encountered: