Skip to content
New issue

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

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

Already on GitHub? # to your account

Update CMakeLists.txt #625

Merged
merged 2 commits into from
Jan 19, 2022
Merged

Update CMakeLists.txt #625

merged 2 commits into from
Jan 19, 2022

Conversation

10km
Copy link
Contributor

@10km 10km commented Nov 2, 2021

fix the bug:when build with cmake using option '-DBUILD_SHARED_AND_STATIC_LIBS=ON', build sucess,
but use cmake comand 'find_package(cjson CONFIG)', 'cjson' target is available,but 'cjson-static' target not exist.

10km added 2 commits November 2, 2021 17:28
fix the bug:when build with cmake using option '-DBUILD_SHARED_AND_STATIC_LIBS=ON', build sucess,
but use cmake comand 'find_package(cjson CONFIG)', 'cjson' target is available,but  'cjson-static' target not exist.
fix the bug:when build with cmake using option '-DBUILD_SHARED_AND_STATIC_LIBS=ON -DENABLE_CJSON_UTILS=ON', build sucess,
but use cmake comand 'find_package(cjson CONFIG)', 'cjson_utils' target is available,but  'cjson_utils-static' target not exist.
@Alanscut Alanscut merged commit e7ebe77 into DaveGamble:master Jan 19, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants