Addon Manager: Move to git submodule (#20672)
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
if(BUILD_ADDONMGR)
|
||||
if( NOT EXISTS "${CMAKE_SOURCE_DIR}/src/Mod/AddonManager/CMakeLists.txt" )
|
||||
message(FATAL_ERROR "The Addon Manager has been moved into a git submodule. Please run
|
||||
git submodule update --init" )
|
||||
endif()
|
||||
add_subdirectory(AddonManager)
|
||||
endif(BUILD_ADDONMGR)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user