We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2a65e commit d65eb42Copy full SHA for d65eb42
1 file changed
cmake/UnifiedDependencies.cmake
@@ -34,7 +34,7 @@ option(UNIFIED_ALLOW_FETCHCONTENT "Allow FetchContent fallback for dependencies"
34
# for reproducible builds. Using "main" is a moving target and breaks SOUP traceability.
35
# See: https://github.com/kcenon/common_system/issues/402
36
set(UNIFIED_COMMON_SYSTEM_GIT_URL "https://github.com/kcenon/common_system.git" CACHE STRING "Git URL for common_system")
37
-set(UNIFIED_COMMON_SYSTEM_GIT_TAG "v0.1.0" CACHE STRING "Git tag/branch for common_system (use a release tag, not 'main')")
+set(UNIFIED_COMMON_SYSTEM_GIT_TAG "e5adfa9" CACHE STRING "Git tag/branch for common_system (use a release tag or commit hash, not 'main')")
38
39
if("${UNIFIED_COMMON_SYSTEM_GIT_TAG}" STREQUAL "main")
40
message(WARNING
0 commit comments