Skip to content

Commit b80c0eb

Browse files
authored
[vcpkg baseline][freerdp] Control json implementation (#48671)
1 parent e7d7451 commit b80c0eb

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

ports/freerdp/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ vcpkg_cmake_configure(
6767
OPTIONS
6868
${FEATURE_OPTIONS}
6969
"-DCMAKE_PROJECT_INCLUDE=${CMAKE_CURRENT_LIST_DIR}/cmake-project-include.cmake"
70-
-DCMAKE_REQUIRE_FIND_PACKAGE_cJSON=ON
7170
-DUSE_VERSION_FROM_GIT_TAG=OFF
7271
-DWITH_ABSOLUTE_PLUGIN_LOAD_PATHS=OFF
7372
-DWITH_AAD=ON
7473
-DWITH_CCACHE=OFF
74+
-DWITH_CJSON_REQUIRED=ON
7575
-DWITH_CLANG_FORMAT=OFF
7676
-DWITH_MANPAGES=OFF
7777
-DWITH_OPENSSL=ON

ports/freerdp/vcpkg.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "freerdp",
33
"version": "3.18.0",
4+
"port-version": 1,
45
"description": "A free implementation of the Remote Desktop Protocol (RDP)",
56
"homepage": "https://github.com/FreeRDP/FreeRDP",
67
"license": "Apache-2.0",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3102,7 +3102,7 @@
31023102
},
31033103
"freerdp": {
31043104
"baseline": "3.18.0",
3105-
"port-version": 0
3105+
"port-version": 1
31063106
},
31073107
"freetds": {
31083108
"baseline": "1.3.10",

versions/f-/freerdp.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "923ecfcdd4d644e8b707aac37f69f0d832ea83a4",
5+
"version": "3.18.0",
6+
"port-version": 1
7+
},
38
{
49
"git-tree": "ac90a1b782b1b28ff90e82994ab3b0b49322857d",
510
"version": "3.18.0",

0 commit comments

Comments
 (0)