@@ -33,12 +33,12 @@ if(NOT DEFINED VCPKG_TARGET_TRIPLET)
3333
3434 if (WIN32 )
3535 if (LL_GENERATOR_IS_MULTI_CONFIG)
36- set (VCPKG_TARGET_TRIPLET "x64-windows-secondlife " )
36+ set (VCPKG_TARGET_TRIPLET "x64-windows-alchemy " )
3737 else ()
3838 if (CMAKE_BUILD_TYPE STREQUAL Debug)
39- set (VCPKG_TARGET_TRIPLET "x64-windows-secondlife " )
39+ set (VCPKG_TARGET_TRIPLET "x64-windows-alchemy " )
4040 else ()
41- set (VCPKG_TARGET_TRIPLET "x64-windows-secondlife -release" )
41+ set (VCPKG_TARGET_TRIPLET "x64-windows-alchemy -release" )
4242 endif ()
4343 endif ()
4444 elseif (APPLE )
@@ -49,33 +49,33 @@ if(NOT DEFINED VCPKG_TARGET_TRIPLET)
4949 endif ()
5050 if (LL_GENERATOR_IS_MULTI_CONFIG)
5151 if (OS_PLATFORM STREQUAL arm64)
52- set (VCPKG_TARGET_TRIPLET "arm64-osx-secondlife " )
52+ set (VCPKG_TARGET_TRIPLET "arm64-osx-alchemy " )
5353 else ()
54- set (VCPKG_TARGET_TRIPLET "x64-osx-secondlife " )
54+ set (VCPKG_TARGET_TRIPLET "x64-osx-alchemy " )
5555 endif ()
5656 else ()
5757 if (OS_PLATFORM STREQUAL arm64)
5858 if (CMAKE_BUILD_TYPE STREQUAL Debug)
59- set (VCPKG_TARGET_TRIPLET "arm64-osx-secondlife " )
59+ set (VCPKG_TARGET_TRIPLET "arm64-osx-alchemy " )
6060 else ()
61- set (VCPKG_TARGET_TRIPLET "arm64-osx-secondlife -release" )
61+ set (VCPKG_TARGET_TRIPLET "arm64-osx-alchemy -release" )
6262 endif ()
6363 else ()
6464 if (CMAKE_BUILD_TYPE STREQUAL Debug)
65- set (VCPKG_TARGET_TRIPLET "x64-osx-secondlife " )
65+ set (VCPKG_TARGET_TRIPLET "x64-osx-alchemy " )
6666 else ()
67- set (VCPKG_TARGET_TRIPLET "x64-osx-secondlife -release" )
67+ set (VCPKG_TARGET_TRIPLET "x64-osx-alchemy -release" )
6868 endif ()
6969 endif ()
7070 endif ()
7171 else ()
7272 if (LL_GENERATOR_IS_MULTI_CONFIG)
73- set (VCPKG_TARGET_TRIPLET "x64-linux-secondlife " )
73+ set (VCPKG_TARGET_TRIPLET "x64-linux-alchemy " )
7474 else ()
7575 if (CMAKE_BUILD_TYPE STREQUAL Debug)
76- set (VCPKG_TARGET_TRIPLET "x64-linux-secondlife " )
76+ set (VCPKG_TARGET_TRIPLET "x64-linux-alchemy " )
7777 else ()
78- set (VCPKG_TARGET_TRIPLET "x64-linux-secondlife -release" )
78+ set (VCPKG_TARGET_TRIPLET "x64-linux-alchemy -release" )
7979 endif ()
8080 endif ()
8181 endif ()
0 commit comments