We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aba1fe commit df92703Copy full SHA for df92703
ports/pthreads/portfile.cmake
@@ -8,6 +8,9 @@ if(VCPKG_CMAKE_SYSTEM_NAME)
8
return()
9
endif()
10
11
+# The pthread port creates headers that are restricted by vcpkg under normal operation
12
+set(VCPKG_POLICY_ALLOW_RESTRICTED_HEADERS enabled)
13
+
14
set(VERSION 2.9.1)
15
string(REPLACE "." "-" PTHREADS_TAG ${VERSION})
16
0 commit comments