From 279a28e81d73d400e307cd8db829628c3af196da Mon Sep 17 00:00:00 2001 From: OWenT Date: Wed, 8 Jul 2020 04:47:32 +0800 Subject: [libcoppp] Update version to 1.3.0 (#12264) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update libcoppp Update ports/libcopp/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Update libcopp to 1.3.1 Update CONTROL of libcopp Remove useless ```if() ... endif()``` branch Replace ```file(COPY ...)``` with ```file(INSTALL ...)``` * Merge patch from https://github.com/microsoft/vcpkg/pull/12264 --- ports/libcopp/usage | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 ports/libcopp/usage (limited to 'ports/libcopp/usage') diff --git a/ports/libcopp/usage b/ports/libcopp/usage deleted file mode 100644 index 4593a42ad..000000000 --- a/ports/libcopp/usage +++ /dev/null @@ -1,5 +0,0 @@ -The package libcopp provides CMake integration: - - find_package(Libcopp CONFIG REQUIRED) - target_include_directories(main PRIVATE ${Libcopp_INCLUDE_DIRS}) - target_link_libraries(main PRIVATE ${Libcotask_LIBRARIES} ${Libcopp_LIBRARIES}) -- cgit v1.2.3