File tree Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ vcpkg_from_github(
10
10
vcpkg_replace_string ("${SOURCE_PATH} /CMakeLists.txt" "add_subdirectory(doc)" "" )
11
11
vcpkg_replace_string ("${SOURCE_PATH} /CMakeLists.txt" "include(linting_target)" "" )
12
12
13
+ # do not enable LTO by default
14
+ vcpkg_replace_string ("${SOURCE_PATH} /CMakeLists.txt" "set(CMAKE_INTERPROCEDURAL_OPTIMIZATION ON)" "" )
15
+
13
16
vcpkg_replace_string ("${SOURCE_PATH} /tools/cmake/open62541Config.cmake.in" "find_dependency(PythonInterp REQUIRED)" "" )
14
17
15
18
vcpkg_check_features (
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " open62541" ,
3
3
"version" : " 1.3.14" ,
4
+ "port-version" : 1 ,
4
5
"description" : " open62541 is an open source C (C99) implementation of OPC UA licensed under the Mozilla Public License v2.0." ,
5
6
"homepage" : " https://open62541.org" ,
6
7
"license" : " MPL-2.0" ,
Original file line number Diff line number Diff line change 6586
6586
},
6587
6587
"open62541" : {
6588
6588
"baseline" : " 1.3.14" ,
6589
- "port-version" : 0
6589
+ "port-version" : 1
6590
6590
},
6591
6591
"open62541pp" : {
6592
6592
"baseline" : " 0.15.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
+ {
4
+ "git-tree" : " 59654f8355cc95fcb5bbce553890c918356495ab" ,
5
+ "version" : " 1.3.14" ,
6
+ "port-version" : 1
7
+ },
3
8
{
4
9
"git-tree" : " d4ec58974dd7eff8520638db5919283992c43cbe" ,
5
10
"version" : " 1.3.14" ,
You can’t perform that action at this time.
0 commit comments