You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add hunter_source_subdir and hunter_get_source_subdir (cpp-pm#95)
Add possibility to set the sub-directory the project CMakeLists.txt is
in. This sets the parameter SOURCE_SUBDIR for ExternalProject_ADD.
Also add documentation in reference/user/modules.
The documentation points to zstd project, which will hopefully use this
feature.