We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acabf13 commit a15961aCopy full SHA for a15961a
1 file changed
ports/triton/portfile.cmake
@@ -10,7 +10,7 @@ vcpkg_from_github(
10
004-fix-python.patch
11
)
12
13
-string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" STATICLIB)
+string(COMPARE NOTEQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" DYNAMICLIB)
14
string(COMPARE EQUAL "${VCPKG_CRT_LINKAGE}" "static" STATICCRT)
15
16
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
@@ -31,7 +31,7 @@ vcpkg_cmake_configure(
31
OPTIONS
32
${FEATURE_OPTIONS}
33
-DZ3_INTERFACE=ON
34
- -DBUILD_SHARED_LIBS=${STATICLIB}
+ -DBUILD_SHARED_LIBS=${DYNAMICLIB}
35
-DMSVC_STATIC=${STATICCRT}
36
-DBUILD_EXAMPLES=OFF
37
-DENABLE_TEST=OFF
0 commit comments