blob: 6ffab13df140f6cfff8fb00eaa8f6ea07f472a69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 98dc9d9..861a4f8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -346,7 +346,7 @@ if(LINPHONE_BUILDER_GROUP_EXTERNAL_SOURCE_PATH_BUILDERS)
set(BcToolbox_FIND_COMPONENTS tester)
include("${EP_bctoolbox_CONFIG_DIR}/BcToolboxConfig.cmake")
else()
- find_package(BcToolbox 0.0.3 REQUIRED OPTIONAL_COMPONENTS tester)
+ find_package(BcToolbox 4.3.0 REQUIRED OPTIONAL_COMPONENTS tester)
endif()
include_directories(
|