зеркало из https://github.com/microsoft/vcpkg.git
[open62541] Do not enable LTO by default. (#41947)
Co-authored-by: Robin Oger <roger@qcify.com>
This commit is contained in:
Родитель
9935247fce
Коммит
9c58903f65
|
@ -10,6 +10,9 @@ vcpkg_from_github(
|
|||
vcpkg_replace_string("${SOURCE_PATH}/CMakeLists.txt" "add_subdirectory(doc)" "")
|
||||
vcpkg_replace_string("${SOURCE_PATH}/CMakeLists.txt" "include(linting_target)" "")
|
||||
|
||||
# do not enable LTO by default
|
||||
vcpkg_replace_string("${SOURCE_PATH}/CMakeLists.txt" "set(CMAKE_INTERPROCEDURAL_OPTIMIZATION ON)" "")
|
||||
|
||||
vcpkg_replace_string("${SOURCE_PATH}/tools/cmake/open62541Config.cmake.in" "find_dependency(PythonInterp REQUIRED)" "")
|
||||
|
||||
vcpkg_check_features(
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"name": "open62541",
|
||||
"version": "1.3.14",
|
||||
"port-version": 1,
|
||||
"description": "open62541 is an open source C (C99) implementation of OPC UA licensed under the Mozilla Public License v2.0.",
|
||||
"homepage": "https://open62541.org",
|
||||
"license": "MPL-2.0",
|
||||
|
|
|
@ -6586,7 +6586,7 @@
|
|||
},
|
||||
"open62541": {
|
||||
"baseline": "1.3.14",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"open62541pp": {
|
||||
"baseline": "0.15.0",
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "59654f8355cc95fcb5bbce553890c918356495ab",
|
||||
"version": "1.3.14",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "d4ec58974dd7eff8520638db5919283992c43cbe",
|
||||
"version": "1.3.14",
|
||||
|
|
Загрузка…
Ссылка в новой задаче