We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9270644 commit 82eef55Copy full SHA for 82eef55
CMakeLists.txt
@@ -27,7 +27,7 @@ if(NOT TARGET dbt-rise-core)
27
FetchContent_Declare(
28
dbt_rise_core_git
29
GIT_REPOSITORY "https://github.com/Minres/DBT-RISE-Core.git"
30
- GIT_TAG 2102be4
+ GIT_TAG e17e1b58
31
GIT_SHALLOW OFF
32
UPDATE_DISCONNECTED NOT ${UPDATE_EXTERNAL_PROJECT} # When enabled, this option causes the update step to be skipped.
33
)
0 commit comments