diff options
| author | Mathis Logemann <mathisloge@gmail.com> | 2020-11-12 22:04:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-12 13:04:04 -0800 |
| commit | cb16030a074783b52db91e2b990426a811ec644e (patch) | |
| tree | 6cbb18a4a584dcf894091917ed9bb22403908be9 /ports/commsdsl/use-FindPackage.patch | |
| parent | bf482a9b589f104c5a4b612df6dc1e0e0142c120 (diff) | |
| download | vcpkg-cb16030a074783b52db91e2b990426a811ec644e.tar.gz vcpkg-cb16030a074783b52db91e2b990426a811ec644e.zip | |
[comms ] update to the next version (#14521)
* update comms to the next version; fixed github repo
* Update portfile.cmake
added the no warn as error again
* use only necessary boost packages as dependencies
* fix formatting
Diffstat (limited to 'ports/commsdsl/use-FindPackage.patch')
| -rw-r--r-- | ports/commsdsl/use-FindPackage.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/ports/commsdsl/use-FindPackage.patch b/ports/commsdsl/use-FindPackage.patch deleted file mode 100644 index f062bf956..000000000 --- a/ports/commsdsl/use-FindPackage.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt
-index d6608b5..f545a00 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -29,14 +29,8 @@ if (NOT COMMSDSL_EXTERNALS_DIR)
- set (COMMSDSL_EXTERNALS_DIR "${PROJECT_SOURCE_DIR}/externals")
- endif ()
-
--if (COMMS_INSTALL_DIR)
-- set (CC_CMAKE_DIR ${COMMS_INSTALL_DIR}/lib/LibComms/cmake)
--else ()
-- set (CC_SRC_DIR "${COMMSDSL_EXTERNALS_DIR}/comms_champion")
-- include (${CMAKE_SCIPTS_DIR}/CC_Prefetch.cmake)
-- cc_prefetch(SRC_DIR ${CC_SRC_DIR} TAG ${CC_TAG})
-- set (CC_CMAKE_DIR ${CC_SRC_DIR}/cmake)
--endif ()
-+find_package(LibComms CONFIG REQUIRED)
-+set(CC_CMAKE_DIR ${LibComms_DIR})
-
- ################################################
- # Compiler options
|
