Skip to content

Commit

Permalink
Merge pull request #4 from nebulastream/fix-VCPKG_POLICY_ALLOW_RESTRI…
Browse files Browse the repository at this point in the history
…CTED_HEADERS

set VCPKG_POLICY_ALLOW_RESTRICTED_HEADERS enabled
  • Loading branch information
PhilippGrulich authored Nov 9, 2021
2 parents 71683bf + 0a48127 commit 40d5231
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions custom-triplets/arm64-linux-nes.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ if (PORT STREQUAL llvm)
set(VCPKG_BUILD_TYPE release)
endif()

if (PORT STREQUAL open62541)
set(VCPKG_POLICY_ALLOW_RESTRICTED_HEADERS enabled)
endif()
3 changes: 3 additions & 0 deletions custom-triplets/arm64-osx-nes.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ if (PORT STREQUAL llvm)
set(VCPKG_BUILD_TYPE release)
endif()

if (PORT STREQUAL open62541)
set(VCPKG_POLICY_ALLOW_RESTRICTED_HEADERS enabled)
endif()
3 changes: 3 additions & 0 deletions custom-triplets/x64-linux-nes.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ if (PORT STREQUAL llvm)
set(VCPKG_BUILD_TYPE release)
endif()

if (PORT STREQUAL open62541)
set(VCPKG_POLICY_ALLOW_RESTRICTED_HEADERS enabled)
endif()
3 changes: 3 additions & 0 deletions custom-triplets/x64-osx-nes.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ if (PORT STREQUAL llvm)
set(VCPKG_BUILD_TYPE release)
endif()

if (PORT STREQUAL open62541)
set(VCPKG_POLICY_ALLOW_RESTRICTED_HEADERS enabled)
endif()
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nebulastream-dependencies",
"version-string": "v6",
"version-string": "v7",
"homepage": "https://nebula.stream",
"description": "Data Management for the Internet of Things.",
"supports": "x64 & (linux | osx)",
Expand Down

0 comments on commit 40d5231

Please sign in to comment.