You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
&$vcvars x86 "&&"$candle-nologo "-dICON=$libdigidocpp/cmake/modules/ID.ico""-dMSI_VERSION=$msiversion""-dvcpkg=$vcpkg_dir""-dvcpkg_suffix=windows-v$toolset"`
84
+
&$vcvars x86 "&&"$candle-nologo "-dICON=$libdigidocpp/cmake/modules/ID.ico""-dMSI_VERSION=$msiversion"`
message(FATAL_ERROR "Can't build openssl if libressl/boringssl is installed. Please remove libressl/boringssl, and try install openssl again if you need it.")
4
+
endif()
5
+
6
+
if(VCPKG_TARGET_IS_EMSCRIPTEN)
7
+
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
8
+
endif()
9
+
10
+
if (NOT"${VERSION}"MATCHES [[^([0-9]+)\.([0-9]+)\.([0-9]+)$]])
11
+
message(FATAL_ERROR "Version regex did not match.")
0 commit comments