mirror of
https://github.com/KingDuckZ/incredis
synced 2025-02-17 09:35:49 +00:00
Update shared_git_project and duckhandy to latest.
This commit is contained in:
parent
2c498e286e
commit
6aad99c0f4
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ function (add_shared_git_project SUBMODULE_PATH)
|
||||||
message(FATAL_ERROR "Couldn't make up a name for given project in \"${submod_path}\"")
|
message(FATAL_ERROR "Couldn't make up a name for given project in \"${submod_path}\"")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
string(MAKE_C_IDENTIFIER "${submod_path}" proj_name_c_id)
|
string(MAKE_C_IDENTIFIER "${proj_name_orig}" proj_name_c_id)
|
||||||
string(TOUPPER ${proj_name_c_id} proj_name)
|
string(TOUPPER ${proj_name_c_id} proj_name)
|
||||||
|
|
||||||
get_property(shared_projects_list GLOBAL PROPERTY SHARED_PROJECTS_LIST)
|
get_property(shared_projects_list GLOBAL PROPERTY SHARED_PROJECTS_LIST)
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 0da25f9094c08ccb1312e502e020db6a68504d34
|
Subproject commit f59d37913a0fb37af53af39a43c44ae9be39d697
|
Loading…
Add table
Reference in a new issue