We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76456a4 commit 4be6176Copy full SHA for 4be6176
1 file changed
CMakeLists.txt
@@ -19,8 +19,7 @@ if(NOT TARGET dbt-rise-core)
19
FetchContent_Declare(
20
dbt_rise_core_git
21
GIT_REPOSITORY "https://github.com/Minres/DBT-RISE-Core.git"
22
- #GIT_TAG "origin/develop"
23
- GIT_TAG c3c48b0
+ GIT_TAG 9b1791a9b74ae796adfad19c96b7736bdd5df3fd
24
GIT_SHALLOW OFF
25
UPDATE_DISCONNECTED NOT ${UPDATE_EXTERNAL_PROJECT} # When enabled, this option causes the update step to be skipped.
26
)
0 commit comments