There was an error while loading. Please reload this page.
1 parent 9d40aa8 commit ff45d93Copy full SHA for ff45d93
1 file changed
CMakeLists.txt
@@ -27,15 +27,12 @@ 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 daa01b423360e7677a30d61f913cfa1bf09a1251
+ GIT_TAG 50635c29
31
GIT_SHALLOW OFF
32
UPDATE_DISCONNECTED NOT ${UPDATE_EXTERNAL_PROJECT} # When enabled, this option causes the update step to be skipped.
33
)
34
FetchContent_GetProperties(dbt_rise_core_git)
35
- if(NOT dbt_rise_core_git_POPULATED)
36
- FetchContent_Populate(dbt_rise_core_git)
37
- endif()
38
- add_subdirectory(${dbt_rise_core_git_SOURCE_DIR} ${dbt_rise_core_git_BINARY_DIR})
+ FetchContent_MakeAvailable(dbt_rise_core_git)
39
endif()
40
FetchContent_GetProperties(scc_git)
41
list(APPEND CMAKE_MODULE_PATH ${scc_git_SOURCE_DIR}/cmake)
0 commit comments