瀏覽代碼

Z991239-1117 #comment [cmake] 更新引用的框架版本 1.0.6-dev2

gifur 4 年之前
父節點
當前提交
332be5e079
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      CMakeLists.txt
  2. 0 0
      ThirdParty/CMakeLists.txt

+ 2 - 1
CMakeLists.txt

@@ -141,7 +141,7 @@ endif(CONAN_EXPORTED)
 
 
 include(conan)
-conan_cmake_run(REQUIRES RvcFramework/1.0.5-dev4@LR04.02_FrameworkLib/testing
+conan_cmake_run(REQUIRES RvcFramework/1.0.6-dev2@LR04.02_FrameworkLib/testing
 BASIC_SETUP CMAKE_TARGETS
 BUILD missing)
 
@@ -394,6 +394,7 @@ else()
 	message(STATUS "RVC_PDB_BINARY_DIR: ${RVC_PDB_BINARY_DIR}")
 
 endif(SIMULATE_ON)#end simulate
+add_subdirectory(ThirdParty)
 add_subdirectory(Other)
 add_subdirectory(Module)
 if(BUILD_DEVADAPTER)

+ 0 - 0
ThirdParty/CMakeLists.txt