diff options
Diffstat (limited to 'ports/kf5codecs')
| -rw-r--r-- | ports/kf5codecs/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/kf5codecs/vcpkg.json | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/ports/kf5codecs/portfile.cmake b/ports/kf5codecs/portfile.cmake index 9690c58f2..6637557aa 100644 --- a/ports/kf5codecs/portfile.cmake +++ b/ports/kf5codecs/portfile.cmake @@ -10,8 +10,10 @@ vcpkg_find_acquire_program(GPERF) get_filename_component(GPERF_EXE_PATH ${GPERF} DIRECTORY) vcpkg_add_to_path(${GPERF_EXE_PATH}) +# Prevent KDEClangFormat from writing to source effectively blocking parallel configure +file(WRITE ${SOURCE_PATH}/.clang-format "DisableFormat: true\nSortIncludes: false\n") + vcpkg_cmake_configure( - DISABLE_PARALLEL_CONFIGURE SOURCE_PATH ${SOURCE_PATH} OPTIONS -DBUILD_TESTING=OFF diff --git a/ports/kf5codecs/vcpkg.json b/ports/kf5codecs/vcpkg.json index de0042d38..94958f804 100644 --- a/ports/kf5codecs/vcpkg.json +++ b/ports/kf5codecs/vcpkg.json @@ -1,7 +1,7 @@ { "name": "kf5codecs", "version": "5.84.0", - "port-version": 1, + "port-version": 2, "description": "String encoding library", "homepage": "https://api.kde.org/frameworks/kcodecs/html/index.html", "dependencies": [ |
